Update 'css/everest.css'

This commit is contained in:
Liam Waldron 2023-01-26 17:38:56 -05:00
parent c9b254fd69
commit afc0970a9a

View File

@ -17,7 +17,7 @@
z-index: 1; z-index: 1;
top: 0; top: 0;
left: 0; left: 0;
background-color; #1E1E1E; background-color: #1E1E1E;
overflow-x: hidden; overflow-x: hidden;
padding-top: 20px; padding-top: 20px;
} }
@ -38,6 +38,7 @@
.main { .main {
margin-left: 160px; margin-left: 160px;
padding: 0px 10px; padding: 0px 10px;
background-color: #1E1E1E;
} }
@media screen and (max-height: 450px) { @media screen and (max-height: 450px) {
@ -80,3 +81,4 @@ button {
hr.dotted { hr.dotted {
border-top: 3px dotted #bbb; border-top: 3px dotted #bbb;
}