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

66 lines
1 KiB
CSS
Raw Normal View History

2024-08-31 21:06:09 -06:00
@media (max-width: 768px) {
:root {
font-size: 12px;
}
2024-09-01 20:50:03 -06:00
h1 {
font-size: 30px;
}
2024-09-08 01:54:54 -06:00
h2 {
font-size: 20px;
}
2024-09-08 01:54:54 -06:00
.ntfyOpts {
margin: initial;
}
2024-08-31 21:06:09 -06:00
.ntfyForm {
display: flex;
gap: 5px;
margin-top: -8%;
margin-bottom: 8%;
}
2024-09-03 05:03:35 -06:00
.btn-1 {
margin-bottom: 5px;
}
2024-09-19 02:47:36 -06:00
.beep-buttons {
min-width: 42%;
}
2025-01-06 12:09:22 -07:00
.sgaButtontext {
visibility: hidden;
transform:
translateY(-15px);
font-size: small;
margin-bottom: -20px;
color: var(--accent);
}
.myButtonText {
transform:
translateX(-90px)
translateY(-90px);
margin-top: -32px;
font-size: small;
color: var(--accent);
}
.friendlyButtons {
transform:
translateX(-8px);
}
.otherButtons {
transform:
translateX(-8px);
}
.sendButton {
width: 15%;
margin-top: 4px;
margin-left: -10px;
}
}