mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
Fix small screen transition scaling
This commit is contained in:
parent
2313a269df
commit
83d2d787f7
|
@ -54,7 +54,7 @@ html {
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 640px) {
|
||||
@media only screen and (max-width: 639px) {
|
||||
:root {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user