mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-12 12:06:38 -05:00
Fix a spacing issue with the view table on mobile
This commit is contained in:
parent
8e3cc32e77
commit
83fb55cad8
1 changed files with 0 additions and 12 deletions
|
@ -602,22 +602,10 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
&:first-child > td {
|
||||
@include media-breakpoint-down(xl) {
|
||||
padding-top: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
&:last-child > td {
|
||||
@include media-breakpoint-up(xl) {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
@include media-breakpoint-down(xl) {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue