mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 06:30:08 +00:00
a47e3225e5
Co-authored-by: Sven van Ginkel <svenvanginkel@icloud.com> Co-authored-by: Alex Justesen <1144087+alexjustesen@users.noreply.github.com>
12 lines
255 B
CSS
12 lines
255 B
CSS
.dashboard-page .fi-section-header {
|
|
padding-bottom: 0px;
|
|
}
|
|
|
|
.dashboard-page .fi-section-header .fi-section-header-heading {
|
|
@apply font-medium text-zinc-600 dark:text-zinc-400;
|
|
}
|
|
|
|
.dashboard-page .fi-section-content-ctn {
|
|
border-top: none;
|
|
}
|