css updates
This commit is contained in:
parent
bd48959b20
commit
20c66776fb
1 changed files with 8 additions and 3 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue