15 lines
No EOL
221 B
CSS
15 lines
No EOL
221 B
CSS
@media (max-width: 768px) {
|
|
:root {
|
|
font-size: 14px;
|
|
}
|
|
h1 {
|
|
font-size: 32px;
|
|
}
|
|
|
|
.ntfyForm {
|
|
display: list-item;
|
|
margin-top: -8%;
|
|
margin-bottom: 8%;
|
|
}
|
|
|
|
} |