1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-27 14:33:52 +01:00

modal fix for phones

This commit is contained in:
NoobishSVK
2024-01-31 23:12:26 +01:00
parent 6be6d8c176
commit 4d6e06f499
2 changed files with 8 additions and 3 deletions

View File

@@ -31,7 +31,9 @@ h3 {
.form-group {
float: left;
margin-bottom: 20px;
margin-bottom: 10px;
margin-left: 5px;
margin-right: 5px;
}
#color-settings, #settings {
@@ -90,6 +92,9 @@ h3 {
h2 {
display: none;
}
.form-group {
float: none;
}
#data-pi {
font-size: 24px;
margin-top: 50px;