update layout lmde-3-disk-encryption

This commit is contained in:
Trent Palmer 2020-06-14 20:15:31 -07:00
parent 120145737e
commit ae2ed31ad4
1 changed files with 20 additions and 18 deletions

View File

@ -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) {