mirror of
https://github.com/TrentSPalmer/fcc-challenges.git
synced 2024-11-22 03:31:31 -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;
|
width: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar {
|
||||||
|
direction: ltr;
|
||||||
|
}
|
||||||
|
|
||||||
.main-container {
|
.main-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-left: 38%;
|
margin-left: 38%;
|
||||||
@ -89,10 +93,6 @@ h2 {
|
|||||||
color: #40916b;
|
color: #40916b;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
|
||||||
font-size: 125%;
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
margin-left: 4%;
|
margin-left: 4%;
|
||||||
margin-top: 1%;
|
margin-top: 1%;
|
||||||
@ -146,10 +146,10 @@ button:active {
|
|||||||
overflow-y: unset;
|
overflow-y: unset;
|
||||||
top: unset;
|
top: unset;
|
||||||
bottom: unset;
|
bottom: unset;
|
||||||
justify-content: flex-start;
|
justify-content: flex-end;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
min-width: unset;
|
min-width: unset;
|
||||||
margin-left: auto;
|
margin-left: 20%;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -172,13 +172,6 @@ button:active {
|
|||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
|
||||||
white-space: nowrap;
|
|
||||||
overflow-x: scroll;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 400px) {
|
@media only screen and (max-width: 400px) {
|
||||||
@ -198,11 +191,6 @@ button:active {
|
|||||||
h2 {
|
h2 {
|
||||||
font-size: 138%;
|
font-size: 138%;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
|
||||||
font-size: 114%;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (orientation: portrait) {
|
@media (orientation: portrait) {
|
||||||
@ -214,6 +202,20 @@ button:active {
|
|||||||
.githubLabel {
|
.githubLabel {
|
||||||
width: 99px;
|
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) {
|
@media (orientation: landscape) and (max-height: 400px) {
|
||||||
|
Loading…
Reference in New Issue
Block a user