diff --git a/lmde-3-disk-encryption/lmde-3-disk-encryption.css b/lmde-3-disk-encryption/lmde-3-disk-encryption.css index 0a19fa4..b750d44 100644 --- a/lmde-3-disk-encryption/lmde-3-disk-encryption.css +++ b/lmde-3-disk-encryption/lmde-3-disk-encryption.css @@ -44,6 +44,10 @@ html::-webkit-scrollbar-thumb { width: 4px; } +.navbar { + direction: ltr; +} + .main-container { position: relative; margin-left: 38%; @@ -89,10 +93,6 @@ h2 { color: #40916b; } -h3 { - font-size: 125%; -} - button { margin-left: 4%; margin-top: 1%; @@ -146,10 +146,10 @@ button:active { overflow-y: unset; top: unset; bottom: unset; - justify-content: flex-start; + justify-content: flex-end; width: 80%; min-width: unset; - margin-left: auto; + margin-left: 20%; margin-right: auto; } @@ -172,13 +172,6 @@ button:active { overflow-x: scroll; overflow-y: hidden; } - - h3 { - white-space: nowrap; - overflow-x: scroll; - overflow-y: hidden; - } - } @media only screen and (max-width: 400px) { @@ -198,11 +191,6 @@ button:active { h2 { font-size: 138%; } - - h3 { - font-size: 114%; - } - } @media (orientation: portrait) { @@ -214,6 +202,20 @@ button:active { .githubLabel { width: 99px; } + + h1 { + font-size: x-large; + } + + h2 { + font-size: large; + } +} + +@media (orientation: portrait) and (max-width: 600px) { + .nav-container { + margin-left: auto; + } } @media (orientation: landscape) and (max-height: 400px) {