wyroby start

This commit is contained in:
bronkuu 2026-04-29 07:27:51 +02:00
parent 9049dc14a8
commit d4af477bf8
7 changed files with 262 additions and 132 deletions

View file

@ -17,4 +17,63 @@ body {
background-color: var(--surface);
font-family: 'Plus Jakarta Sans', sans-serif;
box-sizing: border-box;
}
}
h1, h2, h3, h4{
margin: 0;
font-family: serif;
color: var(--on-background);
& > span {
font-style: italic;
color: var(--primary);
}
}
h1{
font-size: 4rem;
line-height: 3.5rem;
}
h2{
font-size: 3.5rem;
}
h3{
font-size: 1.5rem;
}
h4{
font-size: 1rem;
}
h5{
font-size: 0.8rem;
}
p {
color: var(--on-background);
line-height: 1.5rem;
}
section, nav, footer {
padding: 8rem 2rem;
& > div:only-child, &:not(:has(>div:only-child)){
max-width: var(--max-content-width);
margin: 0 auto;
}
}
svg {
height: 1em;
width: 1em;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}