Add borders to site contents, improve padding
This commit is contained in:
parent
7dc718faad
commit
459438d6d0
1 changed files with 9 additions and 0 deletions
|
@ -46,12 +46,21 @@ aside {
|
||||||
grid-area: nav;
|
grid-area: nav;
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
border: 1px solid black;
|
||||||
|
border-radius: 3px;
|
||||||
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
article {
|
article {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|
||||||
grid-area: main;
|
grid-area: main;
|
||||||
|
|
||||||
|
border: 1px solid black;
|
||||||
|
border-radius: 3px;
|
||||||
|
|
||||||
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
|
Loading…
Add table
Reference in a new issue