style: add rounded border to main container

This commit is contained in:
Oliver Booth 2024-03-16 12:28:02 +00:00
parent d9101034c3
commit a7f7d7862c
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 2 additions and 0 deletions

View File

@ -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;