feat: complete restyling of basic components
This commit is contained in:
@@ -2,8 +2,8 @@ body {
|
||||
color: #222;
|
||||
font-family: sans-serif;
|
||||
line-height: 1.5;
|
||||
margin: 1rem;
|
||||
max-width: 768px;
|
||||
margin: 2rem;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
header {
|
||||
@@ -11,6 +11,11 @@ header {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
main {
|
||||
display: block;
|
||||
padding: 1rem 2rem;
|
||||
}
|
||||
|
||||
footer {
|
||||
border-top: 1px solid #222;
|
||||
margin-top: 1rem;
|
||||
|
Reference in New Issue
Block a user