mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-03-26 02:51:49 +01:00
fix game for small screens
This commit is contained in:
@@ -156,8 +156,7 @@ BODY, HTML {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 340px) {
|
||||
@media (min-width: 240px) and (max-width: 340px) {
|
||||
.info {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user