mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:25:11 +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;
|
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>
|
</style>
|
||||||
|
|
||||||
<!-- Mission Statement -->
|
<!-- Mission Statement -->
|
||||||
|
|
Loading…
Reference in a new issue