diff --git a/icf.css b/icf.css index 6ab66d1..eb3dfc8 100644 --- a/icf.css +++ b/icf.css @@ -121,4 +121,10 @@ em, i { } .section:not(.selected) { display: none; -} \ No newline at end of file +} + +@media (max-width: 768px) { +.section { + width: 600px; +} +}