Change margins for the main block
This commit is contained in:
parent
72202a4630
commit
7023cac661
1 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ body {
|
|||
display: block;
|
||||
padding: 20px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
|
||||
overflow-y: visible; /* Scrollable contents if viewport is shorter than content. */
|
||||
background-color: #eba367;
|
||||
}
|
||||
}
|
||||
|
@ -98,15 +98,15 @@ body {
|
|||
}
|
||||
|
||||
.main {
|
||||
padding: 20px;
|
||||
padding: 40px;
|
||||
background-color: white;
|
||||
border-top-left-radius: 50px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.main {
|
||||
padding-left: 60px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
}
|
||||
}
|
||||
.main .page-header {
|
||||
|
|
Loading…
Reference in a new issue