mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-06-16 09:26:40 +00:00
Cleaned up the short monitor fix so it wasnt just code attatched to the bottom of my css
This commit is contained in:
parent
0d7a848094
commit
b29ae38db3
@ -2464,8 +2464,7 @@
|
|||||||
-ms-justify-content: space-between;
|
-ms-justify-content: space-between;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
background: #00539E;
|
background: #00539E;
|
||||||
color: #5471d2
|
color: #5471d2;
|
||||||
;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -2473,6 +2472,7 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
width: 23em;
|
width: 23em;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
padding-top: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header h1, #header h2, #header h3, #header h4, #header h5, #header h6 {
|
#header h1, #header h2, #header h3, #header h4, #header h5, #header h6 {
|
||||||
@ -2582,6 +2582,11 @@
|
|||||||
#header > nav ul li:first-child {
|
#header > nav ul li:first-child {
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-height: 1200px){
|
||||||
|
#header {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Wrapper */
|
/* Wrapper */
|
||||||
|
|
||||||
@ -3096,6 +3101,3 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
#header {
|
|
||||||
padding-top: 0
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user