Reduce font size on really thin devices

Affects issues:
- Fixed #2156
This commit is contained in:
Aurora Lahtela 2023-03-26 11:20:54 +03:00
parent e5cf9cb4c5
commit 1f89eec3f6

View File

@ -1391,6 +1391,21 @@ body.sidebar-hidden .navbar-nav {
}
}
@media (max-width: 400px) {
td, th {
font-size: 12px;
padding: 0.3rem !important;
}
.card-body p + p {
margin-top: 0.75rem;
}
p {
font-size: 12px;
}
}
.collapse-item.nav-button {
overflow: hidden;
text-overflow: ellipsis;