mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2025-12-06 07:01:37 +01:00
fix: small @media fixes
This commit is contained in:
@@ -26,17 +26,6 @@ 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;
|
||||||
}
|
}
|
||||||
@@ -64,3 +53,26 @@ select{
|
|||||||
input{
|
input{
|
||||||
background: darkgray !important;
|
background: darkgray !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 1000px){
|
||||||
|
table{
|
||||||
|
width:100%;
|
||||||
|
table-layout: fixed;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
td{
|
||||||
|
font-size: 3vw !important;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
.margin-l{
|
||||||
|
margin-left: 0px;
|
||||||
|
}
|
||||||
|
.margin-r{
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
|
.margin-table-mid{
|
||||||
|
margin-right: 2px;
|
||||||
|
margin-left: 2px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user