reduce font size for smaller screens

tz
Laurent 1 year ago
parent a38077b4be
commit d31614cb71
  1. 13
      tournaments/static/tournaments/css/style.css

@ -28,6 +28,12 @@ body {
margin: 0px 0px 100px 0px; margin: 0px 0px 100px 0px;
} }
@media screen and (max-width: 40em) {
body {
font-size: 0.8em;
}
}
label { label {
color: #707070; color: #707070;
font-size: 1.1em; font-size: 1.1em;
@ -196,7 +202,12 @@ tr {
.large { .large {
font-family: "Montserrat-SemiBold"; font-family: "Montserrat-SemiBold";
font-size: 1.2em; font-size: 1.2em;
/* color: #707070; */ }
@media screen and (max-width: 40em) {
.large {
font-size: 0.9em;
}
} }
.semibold { .semibold {

Loading…
Cancel
Save