diff --git a/library-css/text.scss b/library-css/text.scss index d913d0d..67f8c47 100644 --- a/library-css/text.scss +++ b/library-css/text.scss @@ -68,3 +68,12 @@ font-size: 18px; font-weight: 400; } + +.number { + font-size: 41px; +} +@media only screen and (max-width: 639px) { + .number { + font-size: 32px; + } +} diff --git a/library.css b/library.css index 438ae08..8c3640f 100644 --- a/library.css +++ b/library.css @@ -943,12 +943,7 @@ textarea { @media only screen and (min-width: 992px) { .image-front-topbar { margin-top: -136px; - } -} - -@media only screen and (min-width: 1200px) { - .image-front-topbar { - margin-top: -136px; + padding-top: 136px; } }