1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-27 06:23:53 +01:00

further code cleanup

This commit is contained in:
NoobishSVK
2024-01-22 21:57:20 +01:00
parent e8a3cb4903
commit 8d18c238b5
7 changed files with 70 additions and 57 deletions

View File

@@ -68,13 +68,7 @@
text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
.flex-container {
display: block;
}
.flex-phone {
display: flex;
}
@media only screen and (max-width: 960px) {
.text-medium-big {
font-size: 32px;
}
@@ -86,4 +80,13 @@
.text-big#data-ps {
margin: 0;
}
}
@media only screen and (max-width: 768px) {
.flex-container {
display: block;
}
.flex-phone {
display: flex;
}
}