mirror of
https://github.com/ivabus/www
synced 2024-11-22 13:05:06 +03:00
Merge pull request #82 from teaxyz/mobile-counter-resize
This commit is contained in:
commit
5dbcdba8f6
1 changed files with 11 additions and 0 deletions
|
@ -75,6 +75,17 @@
|
|||
display:none;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
#count{
|
||||
font-size: 4rem !important;
|
||||
}
|
||||
|
||||
.card-title{
|
||||
line-height: 2.8rem;
|
||||
margin-bottom: 1.7rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- Mission Statement -->
|
||||
|
|
Loading…
Reference in a new issue