mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
style(grid): grid row x-padding for smaller screens
This commit is contained in:
parent
7eb0ca8034
commit
20932a4a11
1 changed files with 1 additions and 1 deletions
|
|
@ -35,6 +35,6 @@
|
||||||
.row > .col {
|
.row > .col {
|
||||||
border-top: 1px solid var(--gray300);
|
border-top: 1px solid var(--gray300);
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
padding: 0;
|
padding: 20px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue