Skip to content

Commit 8617d3d

Browse files
committed
chore: css tweaks
1 parent d745969 commit 8617d3d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/assets/css/main.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/BlockList.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ export default {
3131
}
3232
3333
.nuxt-content p {
34-
padding: 15px 0;
34+
padding: 25px 0;
3535
}
3636
3737
.nuxt-content hr {
38-
padding: 15px 0;
38+
padding: 25px 0;
3939
}
4040
4141
.content h2 {

src/pages/index.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ export default {
138138
}
139139
140140
.nuxt-content p {
141-
padding: 15px 0;
141+
padding: 25px 0;
142142
}
143143
144144
.nuxt-content hr {
145-
padding: 15px 0;
145+
padding: 25px 0;
146146
}
147147
148148
.content h2 {

0 commit comments

Comments
 (0)