mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2025-12-06 07:01:37 +01:00
fix: spacing & font-size on small displays
This commit is contained in:
@@ -26,6 +26,17 @@ table{
|
||||
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{
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user