diff --git a/css/main.css b/css/main.css index f46e43f435..3919a00a25 100644 --- a/css/main.css +++ b/css/main.css @@ -47,6 +47,8 @@ body { padding-right: 0; } + + #menuLinkBar { background-color: #a09a93; text-align: right; @@ -65,9 +67,10 @@ body { display: flex; margin: 0 auto; justify-content: center; + flex-wrap: wrap; } -@media (max-width: 700px) { +@media (max-width: 993px) { #wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -93,6 +96,24 @@ body { } } +@media (max-width: 750px) { + + h2 { + font-size: 2.5em !important; + letter-spacing: 0.1em; + line-height: 3; + } + p { + font-size: 2.2em !important; + /* letter-spacing: 0.1em; */ + line-height: 2; + } + .site { + font-size: 1em; + line-height: 2; + } +} + ol, ul { list-style: none; } @@ -516,7 +537,7 @@ table.benchmarks tr td { p { margin: 0 0 11px; font-size: 14px; - line-height: 22px; + /* line-height: 22px; */ } p small {