Shrink title font on mobile

This commit is contained in:
Robbie Antenesse 2019-05-09 15:03:10 -06:00
parent 528c799a7d
commit f85fa5185b
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
@media (max-width: 750px) {
#top {
#title {
font-size: 13pt;
margin-right: 10px;
}
#openSearchModal {
width: 40%;
}