mirror of
https://github.com/TrentSPalmer/fcc-challenges.git
synced 2024-11-21 19:31:29 -08:00
update layout lmde-3-disk-encryption
This commit is contained in:
parent
120145737e
commit
ae2ed31ad4
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user