This commit is contained in:
Leocraft1
2025-09-28 17:49:12 +02:00
parent f60e546efd
commit 0acf6efef8

View File

@@ -160,7 +160,7 @@ img{
font-size: 90%; font-size: 90%;
} }
nav#corsie-nav ul li a{ nav#corsie-nav ul li a{
font-size: 75%; font-size: 2.8vw;
margin: 0; margin: 0;
} }
table { table {
@@ -189,15 +189,12 @@ img{
@media (max-width: 512px) { @media (max-width: 512px) {
th,td { th,td {
font-size: 3vw; font-size: 2.8vw;
padding: .8vw; padding: .8vw;
} }
table{ table{
margin-top:10px; margin-top:10px;
} }
nav#corsie-nav ul li a{
font-size: 3vw;
}
} }
footer { footer {