You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
UI changes, accessibility features, ffmpeg adjustments
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
}
|
||||
|
||||
.m-0 {
|
||||
margin: 0;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.m-left-20 {
|
||||
@@ -173,4 +173,17 @@
|
||||
.hide-desktop {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Laptop compact view */
|
||||
@media only screen and (min-width: 960px) and (max-height: 860px) {
|
||||
.text-big {
|
||||
font-size: 40px;
|
||||
}
|
||||
.text-medium-big {
|
||||
font-size: 34px;
|
||||
}
|
||||
.text-medium {
|
||||
font-size: 30px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user