wyroby ciasta

This commit is contained in:
bronkuu 2026-04-29 15:07:59 +02:00
parent d4af477bf8
commit 1cef9347b3
18 changed files with 222 additions and 28 deletions

View file

@ -8,9 +8,12 @@
--on-background: #363227;
--nav-height: 4rem;
--border-radius: 48px;
--small-border-radius: 8px;
--max-content-width: 80rem;
--secondary-container: #e0f5cb;
--on-secondary-container: #4c5e3e;
--on-surface: #363227;
--outline-variant: #b9b1a3;
}
body {
@ -33,6 +36,7 @@ h1, h2, h3, h4{
h1{
font-size: 4rem;
line-height: 3.5rem;
margin: 1.5rem 0;
}
h2{
@ -66,6 +70,10 @@ section, nav, footer {
}
}
nav {
padding: 1rem;
}
svg {
height: 1em;
width: 1em;
@ -77,3 +85,6 @@ ul {
margin: 0;
}
header {
margin-bottom: 5rem;
}