footer für alle Seiten und new Modal
This commit is contained in:
@@ -8,5 +8,16 @@ header {
|
||||
nav {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
padding: 24px 42px 24px 42px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 900px) {
|
||||
nav{
|
||||
padding: 24px 42px 24px 42px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
nav{
|
||||
padding: 0;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user