More languages
More actions
Değişiklik özeti yok |
Değişiklik özeti yok |
||
7. satır: | 7. satır: | ||
.home-header__pretitle { | .home-header__pretitle { | ||
margin-bottom: | margin-bottom: 8px; | ||
color: grey; | color: grey; | ||
font-size: 14px; | font-size: 14px; | ||
15. satır: | 15. satır: | ||
.home-header__title { | .home-header__title { | ||
margin: 0; | margin: 0; | ||
font-size: | font-size: 4rem; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
line-height: 0.9; | line-height: 0.9; | ||
22. satır: | 22. satır: | ||
.home-header__subtitle { | .home-header__subtitle { | ||
margin-top: | margin-top: 8px; | ||
color: grey; | color: grey; | ||
font-size: 14px; | font-size: 14px; |
18.16, 20 Nisan 2025 itibarı ile sayfanın şu anki hâli
.home-header {
position: relative;
padding-block: 3.5rem;
line-height: 1;
text-align: center;
}
.home-header__pretitle {
margin-bottom: 8px;
color: grey;
font-size: 14px;
letter-spacing: 0.05em;
}
.home-header__title {
margin: 0;
font-size: 4rem;
text-transform: uppercase;
line-height: 0.9;
font-weight: 700;
}
.home-header__subtitle {
margin-top: 8px;
color: grey;
font-size: 14px;
}
html.skin-citizen-dark .home-header:before {
filter: invert( 1 );
}