fix: titels uniform

This commit is contained in:
laurejablonski 2025-05-10 10:38:41 +02:00
parent a59417b8f5
commit 0aefec28d7
7 changed files with 25 additions and 93 deletions

View file

@ -0,0 +1,14 @@
h1 {
color: #0e6942;
text-transform: uppercase;
font-weight: bolder;
font-size: 50px;
padding-left: 1%;
}
@media screen and (max-width: 850px) {
h1 {
text-align: center;
padding-left: 0;
}
}