nelle-observer/frontend/public/styles/css/mobile.css
2024-10-30 19:42:02 -06:00

32 lines
350 B
CSS

@media (max-width: 768px) {
:root {
font-size: 12px;
}
h1 {
font-size: 30px;
}
h2 {
font-size: 20px;
}
.ntfyOpts {
margin: initial;
}
.ntfyForm {
display: flex;
gap: 5px;
margin-top: -8%;
margin-bottom: 8%;
}
.btn-1 {
margin-bottom: 5px;
}
.beep-buttons {
min-width: 42%;
}
}