mirror of
https://github.com/sheptikhinv/timers.git
synced 2026-02-07 07:41:36 +05:00
god bless relative sizing
This commit is contained in:
parent
7c553e292d
commit
df48306ef7
4 changed files with 30 additions and 26 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue