Update style.css

This commit is contained in:
Lee Minseo 2022-06-18 06:17:01 +09:00
parent cd34c1a805
commit 34ac5bfb6b

View File

@ -18,7 +18,7 @@ html, body { image-rendering: -webkit-optimize-contrast; image-rendering: crisp-
.g11b { font-family: Galmuri11, serif; font-weight: 700; font-size: 24px; }
.g9 { font-family: Galmuri9, serif; font-weight: 400; font-size: 20px; }
.g7 { font-family: Galmuri7, serif; font-weight: 400; font-size: 16px; }
ul { list-style-type: square; font-size: 18px; }
ul { list-style-type: square; font-size: 20px; font-family: Galmuri9, sans-serif; }
h3 { font-size: 24px; }
p, li, .btns { line-height: 1.5; width: 62.5%; }
p:first-child { margin-top: -12px; }