Tweaked font size in tables to cope better when many strategies being used
This commit is contained in:
parent
ca643c2815
commit
e2e79bdf23
|
@ -132,13 +132,13 @@ a:active {
|
||||||
.table {
|
.table {
|
||||||
color : white;
|
color : white;
|
||||||
font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size : 12px;
|
font-size : 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If the screen size is 400px wide or less, set the font-size of <div> to 30px */
|
/* If the screen size is 400px wide or less, set the font-size of <div> to 30px */
|
||||||
@media screen and (max-width: 400px) {
|
@media screen and (max-width: 400px) {
|
||||||
.table {
|
.table {
|
||||||
font-size: 10px;
|
font-size: 9px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue