Update Essence.

This commit is contained in:
Leo
2024-08-26 12:12:47 -05:00
parent 147a9aadb0
commit cf1c4ac9ae

View File

@@ -1,4 +1,12 @@
@include media-breakpoint-down(md) { .dt-container {
// Remove unnecessary horizontal paddings for content
.row > * {
padding-left: 0;
padding-right: 0;
}
// In smaller viewport, clean up top bar (entries per page and search)
@include media-breakpoint-down(md) {
.dt-length { .dt-length {
float: left; float: left;
@@ -20,4 +28,5 @@
width: 100% !important; width: 100% !important;
} }
} }
}
} }