Skip to content

Commit 83049b0

Browse files
committed
(*°▽°*)
1 parent 4c50c8b commit 83049b0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/pages/index.vue

+2-6
Original file line numberDiff line numberDiff line change
@@ -84,24 +84,20 @@
8484
<script setup lang="ts">
8585
</script>
8686

87-
<style scoped>
87+
<style lang="postcss" scoped>
8888
.comic {
8989
font-family: 'Comic Sans MS', sans-serif;
9090
}
9191
.horizontal-images {
92-
display: flex;
93-
flex-flow: row;
94-
justify-content: center;
92+
@apply flex flex-wrap justify-center;
9593
}
9694
.horizontal-images figure {
9795
padding: 1rem 2rem;
9896
}
9997
.horizontal-images img {
10098
width: 400px;
10199
height: 400px;
102-
103100
margin-bottom: 1rem;
104-
105101
border: 1px solid #ffffff00;
106102
}
107103
.horizontal-images figure:hover img {

0 commit comments

Comments
 (0)