mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-03-21 00:29:41 +01:00
fix layout for smaller displays
This commit is contained in:
@@ -156,6 +156,13 @@ BODY, HTML {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 340px) {
|
||||
.info {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
}
|
||||
|
||||
.infoContent {
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user