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

33 lines
350 B
CSS
Raw Normal View History

2024-08-31 21:06:09 -06:00
@media (max-width: 768px) {
2024-10-30 19:42:02 -06:00
:root {
font-size: 12px;
}
2024-09-01 20:50:03 -06:00
2024-10-30 19:42:02 -06:00
h1 {
font-size: 30px;
}
2024-09-08 01:54:54 -06:00
2024-10-30 19:42:02 -06:00
h2 {
font-size: 20px;
}
2024-09-08 01:54:54 -06:00
2024-10-30 19:42:02 -06:00
.ntfyOpts {
margin: initial;
}
2024-08-31 21:06:09 -06:00
2024-10-30 19:42:02 -06:00
.ntfyForm {
display: flex;
gap: 5px;
margin-top: -8%;
margin-bottom: 8%;
}
2024-09-03 05:03:35 -06:00
2024-10-30 19:42:02 -06:00
.btn-1 {
margin-bottom: 5px;
}
2024-09-19 02:47:36 -06:00
2024-10-30 19:42:02 -06:00
.beep-buttons {
min-width: 42%;
}
}