Skip to content

Commit cf195a2

Browse files
committed
scaled blog text
1 parent f8fba58 commit cf195a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pages/blog/[...name]/index.vue

+4-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ onMounted(async () => {
121121
box-sizing: border-box;
122122
min-width: 200px;
123123
margin: 0 auto;
124-
padding: 45px;
124+
padding: 6rem;
125125
}
126126
127127
@media (max-width: 767px) {
@@ -138,4 +138,7 @@ ul {
138138
list-style-type: circle; /* Hollow circle bullet */
139139
}
140140
141+
main.markdown-body {
142+
font-size: large;
143+
}
141144
</style>

0 commit comments

Comments
 (0)