nelle-observer/public/styles/css/mobile.css

20 lines
No EOL
277 B
CSS

@media (max-width: 768px) {
:root {
font-size: 14px;
}
h1 {
font-size: 32px;
}
.ntfyForm {
display: flex;
gap: 5px;
margin-top: -8%;
margin-bottom: 8%;
}
.btn-1 {
margin-bottom: 5px;
}
}