We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c50c8b commit 83049b0Copy full SHA for 83049b0
src/pages/index.vue
@@ -84,24 +84,20 @@
84
<script setup lang="ts">
85
</script>
86
87
-<style scoped>
+<style lang="postcss" scoped>
88
.comic {
89
font-family: 'Comic Sans MS', sans-serif;
90
}
91
.horizontal-images {
92
- display: flex;
93
- flex-flow: row;
94
- justify-content: center;
+ @apply flex flex-wrap justify-center;
95
96
.horizontal-images figure {
97
padding: 1rem 2rem;
98
99
.horizontal-images img {
100
width: 400px;
101
height: 400px;
102
-
103
margin-bottom: 1rem;
104
105
border: 1px solid #ffffff00;
106
107
.horizontal-images figure:hover img {
0 commit comments