Shrink title font on mobile
This commit is contained in:
parent
528c799a7d
commit
f85fa5185b
|
@ -1,6 +1,11 @@
|
|||
@media (max-width: 750px) {
|
||||
|
||||
#top {
|
||||
#title {
|
||||
font-size: 13pt;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#openSearchModal {
|
||||
width: 40%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue