Fix grid
This commit is contained in:
parent
4c4b49a4e0
commit
74f3c9513d
@ -44,14 +44,19 @@ body > nav {
|
||||
position: relative;
|
||||
z-index: 500;
|
||||
grid-area: nav;
|
||||
box-shadow: 0 20px 28px 0 rgba(0, 0, 0, 0.6);
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
body > footer {
|
||||
grid-area: foot;
|
||||
box-shadow: 0 -20px 28px 0 rgba(0, 0, 0, 0.6);
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
body > page {
|
||||
grid-area: main;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
@ -110,10 +115,7 @@ li.navpage_item {
|
||||
|
||||
nav,
|
||||
footer {
|
||||
-moz-box-shadow: 0 20px 28px 0 rgba(0, 0, 0, 0.6);
|
||||
-webkit-box-shadow: 0 20px 28px 0 rgba(0, 0, 0, 0.6);
|
||||
background-color: rgba(0, 0, 0, 0.6);
|
||||
box-shadow: 0 20px 28px 0 rgba(0, 0, 0, 0.6);
|
||||
padding: 1.2rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user