diff --git a/_assets/css/_generic.scss b/_assets/css/_generic.scss index 3f9766d2..5bb90b9a 100644 --- a/_assets/css/_generic.scss +++ b/_assets/css/_generic.scss @@ -211,9 +211,30 @@ table.no-underline a { } @media only screen and (max-width: 600px) { - .header-section { - .title { - font-size: 3.4rem; + .wrapper { + .header-section { + .title { + font-size: 3.4rem; + } + } + nav { + a.button-collapse i { + font-size: 1.8rem; + line-height: 72px; + } + } + &:not(.main) { + #logo-container { + margin: 5px 0 0 5px; + height: 75px; + width: 75px; + + #logo-canvas { + width: 75px; + height: 75px; + } + } } } -} \ No newline at end of file +} + diff --git a/_assets/css/_home.scss b/_assets/css/_home.scss index 3d8d98b7..476d0dfc 100644 --- a/_assets/css/_home.scss +++ b/_assets/css/_home.scss @@ -188,8 +188,9 @@ @media only screen and (max-width: 992px) { .btn-flat { display: block; - width: 100%; - border: 0; + width: 70%; + margin-right: 0; + margin: 0 auto 1rem !important; } } @@ -334,3 +335,15 @@ display: none; } } + +@media only screen and (max-width: 600px) { + .main { + nav { + a.brand-logo { + position: absolute; + left: calc(50% - 15px); + top: 2rem; + } + } + } +}