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