cobalt.css: fix header padding on smaller devices

This commit is contained in:
wukko 2024-01-18 21:36:29 +06:00
parent dcb3cf3673
commit 592398f4de

View file

@ -1180,8 +1180,3 @@ button:active,
padding-right: 0.7rem;
}
}
@media screen and (max-width: 400px) {
.popup-title {
line-height: inherit;
}
}