mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2025-12-09 08:28:34 +01:00
fix: spacing & font-size on small displays
This commit is contained in:
@@ -26,6 +26,17 @@ table{
|
|||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 1000px){
|
||||||
|
table{
|
||||||
|
width:100%;
|
||||||
|
table-layout: fixed;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
td{
|
||||||
|
font-size: 2.5vw;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.m-auto{
|
.m-auto{
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user