feat: complete restyling of basic components

This commit is contained in:
2025-04-28 15:42:51 +02:00
parent 30aeb6578e
commit 807a1595d8
20 changed files with 314 additions and 63 deletions

View File

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