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

20 lines
277 B
CSS
Raw Normal View History

2024-08-31 21:06:09 -06:00
@media (max-width: 768px) {
:root {
font-size: 14px;
}
2024-09-01 20:50:03 -06:00
2024-08-31 21:06:09 -06:00
h1 {
font-size: 32px;
}
.ntfyForm {
2024-09-02 17:24:38 -06:00
display: flex;
gap: 5px;
2024-08-31 21:06:09 -06:00
margin-top: -8%;
margin-bottom: 8%;
}
2024-09-03 05:03:35 -06:00
.btn-1 {
margin-bottom: 5px;
}
2024-08-31 21:06:09 -06:00
}