mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
CSS fixes.
This commit is contained in:
parent
cb7f267212
commit
c5599f1e20
3 changed files with 25 additions and 3 deletions
|
|
@ -19,3 +19,15 @@
|
|||
.row > [class*='col-']:last-child {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1000px) {
|
||||
.row {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.row > [class*='col-'] {
|
||||
border-top: 1px solid #e1e1e1;
|
||||
border-left: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue