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

AF table fix for phones

This commit is contained in:
NoobishSVK
2024-01-28 22:47:33 +01:00
parent fdd30ee5f3
commit 87edee869b

View File

@@ -97,12 +97,9 @@ h3 {
font-size: 16px;
}
ul li {
display: inline;
display: inline-table;
margin-right: 5px;
}
li:not(:last-child)::after {
content: " •";
color: #aaa;
width: 40px;
}
#flags-container-desktop {
display: none;