mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:45:12 +03:00
font-size change (mobile-only)
This commit is contained in:
parent
a5bcd9ff66
commit
8f5d2f0460
1 changed files with 6 additions and 0 deletions
|
@ -75,6 +75,12 @@
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
#count{
|
||||||
|
font-size: 4rem !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- Mission Statement -->
|
<!-- Mission Statement -->
|
||||||
|
|
Loading…
Reference in a new issue