styling styling styling

This commit is contained in:
sakrecoer 2025-05-18 23:19:04 +02:00
parent 3b55694ea9
commit e5885d2c63
6 changed files with 72 additions and 61 deletions

View file

@ -19,16 +19,20 @@
line-height: 1em;
flex: 1 1 100%;
}
@media screen and (max-width: 1024px) {
h2 {
font-size: 12em;
}
}
p {
p {
flex: 1 1 100%;
font-size: 1.5em;
line-height: 1em;
}
@media screen and (max-width: 1024px) {
h2 {
font-size: 8em;
}
p {
font-size: 1em;
}
}
figure {
padding: 4px;