diff --git a/static/css/theme.css b/static/css/theme.css index c620917..d028eb6 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -5,7 +5,8 @@ body { } body { - line-height: 1.25; + font-size:22px; + line-height:24px; width: 100vw; margin: 0px; padding: 0px; @@ -40,10 +41,13 @@ header, footer { text-align: center; width: 100vw; + font-size:14px; + line-height: 16px; } nav { border-radius: 30%; + font-size:12px; } a { @@ -108,7 +112,7 @@ article > *{ flex-direction: column; align-items: center; justify-content: space-evenly; - font-size:18px; + font-size:14px; font-weight: bolder; text-decoration: none !important; background-color: rgb(255, 255, 255,0.25); @@ -265,6 +269,7 @@ article { font-family: Verdana, Geneva, Tahoma, sans-serif; max-width: 60rem; font-size:25px; + line-height:34px; } article table { @@ -324,7 +329,7 @@ article>a { } article h2, -h1 { +article h1 { width: 100%; text-align: center; } @@ -662,6 +667,7 @@ video { } nav{ font-size:10px; + line-height: 14px; } .social-link strong{ display:none;