mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2024-12-22 17:33:18 +01:00
spacing tweaks
This commit is contained in:
parent
7d0f208b6b
commit
e73022c875
@ -6,10 +6,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: clamp(1.3rem, 10vw, 2.5rem);
|
font-size: clamp(1.5rem, 10vw, 2.75rem);
|
||||||
margin-top: 5vh;
|
margin-top: 5vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
font-size: clamp(1.1rem, 10vw, 1.5rem);
|
font-size: clamp(1.1rem, 5vw, 1.75rem);
|
||||||
}
|
}
|
||||||
|
@ -15,5 +15,5 @@
|
|||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
color: rgb(var(--foreground-rgb-highlight));
|
color: rgb(var(--foreground-rgb-highlight));
|
||||||
min-height: 58px;
|
min-height: 58px;
|
||||||
line-height: 1.5;
|
line-height: 1.75;
|
||||||
}
|
}
|
||||||
|
@ -22,7 +22,7 @@ body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 2rem;
|
padding: 2rem 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
Loading…
Reference in New Issue
Block a user