nelle-observer/public/styles/css/mobile.css
2024-09-08 01:54:54 -06:00

28 lines
No EOL
365 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;
}
}