mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2024-12-22 09:23:16 +01:00
spacing
This commit is contained in:
parent
26c0623326
commit
b2e86167c8
@ -1,7 +1,13 @@
|
||||
.results {
|
||||
border: 1px solid rgba(var(--foreground-rgb), 0.2);
|
||||
border-radius: var(--border-radius);
|
||||
padding: 1.5rem 2rem;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 40rem) {
|
||||
.results {
|
||||
padding: 1.5rem 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
|
Loading…
Reference in New Issue
Block a user