mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-05-19 16:41:56 +02:00
Shrink title font on mobile
This commit is contained in:
parent
528c799a7d
commit
f85fa5185b
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
@media (max-width: 750px) {
|
||||
|
||||
#top {
|
||||
#title {
|
||||
font-size: 13pt;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#openSearchModal {
|
||||
width: 40%;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue