style: add rounded border to main container
This commit is contained in:
parent
d9101034c3
commit
a7f7d7862c
@ -26,6 +26,7 @@ body {
|
||||
main.container {
|
||||
background: #333;
|
||||
padding: 20px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
a {
|
||||
@ -142,6 +143,7 @@ nav {
|
||||
article {
|
||||
background: #333333;
|
||||
padding: 20px;
|
||||
border-radius: 5px;
|
||||
|
||||
*:last-child {
|
||||
margin-bottom: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user