god bless relative sizing

This commit is contained in:
Вячеслав 2025-06-14 19:52:37 +05:00
parent 7c553e292d
commit df48306ef7
4 changed files with 30 additions and 26 deletions

View file

@ -12,10 +12,10 @@ body, html {
}
.content {
padding: 32px;
padding: 3.2rem;
display: flex;
flex-direction: column;
gap: 16px;
gap: 1.6rem;
}
.header_text {
@ -27,7 +27,7 @@ body, html {
}
.title {
font-size: 40px;
font-size: 4.0rem;
font-weight: bold;
}
@ -35,5 +35,5 @@ body, html {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 16px;
gap: 1.6rem;
}