smaller on phones
This commit is contained in:
parent
e532838e57
commit
f8309b5b00
1 changed files with 7 additions and 1 deletions
8
icf.css
8
icf.css
|
@ -121,4 +121,10 @@ em, i {
|
|||
}
|
||||
.section:not(.selected) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.section {
|
||||
width: 600px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue