mirror of
https://github.com/ivabus/www
synced 2024-11-22 19:15:05 +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;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
#count{
|
||||
font-size: 4rem !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- Mission Statement -->
|
||||
|
|
Loading…
Reference in a new issue