1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-27 06:23: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; font-size: 16px;
} }
ul li { ul li {
display: inline; display: inline-table;
margin-right: 5px; margin-right: 5px;
} width: 40px;
li:not(:last-child)::after {
content: " •";
color: #aaa;
} }
#flags-container-desktop { #flags-container-desktop {
display: none; display: none;