static #2

Merged
bsod merged 41 commits from static into master 2020-10-30 19:47:46 +01:00
Showing only changes of commit 20c66776fb - Show all commits

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; }