diff --git a/style.css b/style.css index 921ac42..cd62ebb 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; - font-size: calc(12px + 0.5vw);; + font-size: 12px; max-width: 960px; margin: auto; } @@ -9,22 +9,22 @@ h1, h2, h3 { margin-bottom: 0; } h1 { - font-size: 4vw; + font-size: 3em; letter-spacing: .6em; padding-top: 1em; padding-bottom: 1em; } h2 { - font-size: 2vw;; + font-size: 1.5em; padding-bottom: 1em; } h3 { - font-size: 1.5vw;; + font-size: 1em; padding-bottom: 1em; } main { display: grid; - grid-template-columns: 1fr 1.5fr;; + grid-template-columns: 40% 60%; margin-top: 3em; } @media (max-width: 768px) {