forked from Krautspace/webseite-krautspace
seitliches padding in den panels angepaßt
This commit is contained in:
parent
7fe5856bf9
commit
d452c362ad
1 changed files with 13 additions and 1 deletions
|
@ -307,7 +307,7 @@ main {
|
|||
|
||||
.panel-wrapper {
|
||||
margin: 1% 1% 5% 1%;
|
||||
padding: 3.5em 2em 7em 1.5em;;
|
||||
padding: 3em 1em 6em 1em;;
|
||||
background-color: #ffffff;
|
||||
box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
|
@ -398,6 +398,13 @@ img#to-top {
|
|||
/* media query für breitere screens */
|
||||
/************************************/
|
||||
|
||||
@media screen and (min-width: 600px) {
|
||||
|
||||
.panel-wrapper {
|
||||
padding: 3em 2em 6em 2em;;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
|
||||
a#open-menu {
|
||||
|
@ -429,4 +436,9 @@ img#to-top {
|
|||
justify-content: space-around;
|
||||
}
|
||||
|
||||
|
||||
.panel-wrapper {
|
||||
padding: 3em 3em 6em 3em;;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue