mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 01:55:36 +01: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…
Add table
Add a link
Reference in a new issue