css updates

This commit is contained in:
bsod 2020-10-28 21:14:26 +01:00
parent bd48959b20
commit 20c66776fb

View file

@ -10,6 +10,7 @@ body {
margin: 0;
font-family: "dominican_small_capsregular";
text-align: center;
background-color: #000;
}
img {
@ -306,8 +307,13 @@ header {
margin: 0px; /*Der Versuch den header auf projects zu reparieren: margin: 1rem 0,0 klappt aber nicht so*/
}
.headerproject {
position: relative !important; /* Nicht schön, aber funktioniert*/
@media only screen and (min-width: 1000px) {
div#project_margin {
margin-top: 250px;
}
video {
margin-top: 230px;
}
}
.nav ul {
@ -632,5 +638,4 @@ footer {
text-align: left;
padding: 5em 0;
}
body { background-color: #eee; }