1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

optimization pack

This commit is contained in:
NoobishSVK
2024-11-05 21:08:55 +01:00
parent 59e7b975a8
commit 22a3138b92
18 changed files with 801 additions and 1251 deletions

View File

@@ -215,10 +215,17 @@ label {
margin-bottom: 0px !important;
}
.settings-heading {
font-size: 32px;
padding-top: 20px;
h2.settings-heading {
font-size: 42px;
padding: 10px 0;
font-weight: 300;
}
h3.settings-heading {
font-size: 24px;
text-transform: uppercase;
font-weight: 300;
margin-bottom: 5px;
}
#tuner-wireless {

View File

@@ -222,6 +222,10 @@
user-select: none;
}
.clearfix {
clear: both;
}
@media only screen and (max-width: 960px) {
.text-medium-big {
font-size: 32px;

View File

@@ -137,6 +137,10 @@ li.active {
height: 300px;
overflow-y:auto;
}
.w-250 {
width: 250px !important
}
.w-200 {
width: 200px !important
}