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;
|
||||
|
||||
text-align: center;
|
||||
|
||||
border: 1px solid black;
|
||||
border-radius: 3px;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
article {
|
||||
background-color: white;
|
||||
|
||||
grid-area: main;
|
||||
|
||||
border: 1px solid black;
|
||||
border-radius: 3px;
|
||||
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
|
Loading…
Add table
Reference in a new issue