Fix table resizing shenanigans
This commit is contained in:
parent
0b6794fb89
commit
db763223c6
@ -87,7 +87,7 @@ html, body {
|
||||
}
|
||||
|
||||
table {
|
||||
margin: 0 auto;
|
||||
margin: 10;
|
||||
color: aqua !important;
|
||||
}
|
||||
|
||||
@ -96,3 +96,7 @@ table, th, td {
|
||||
border-collapse: collapse;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
th, td {
|
||||
width: 50%;
|
||||
}
|
Loading…
Reference in New Issue
Block a user