Skip to content

Commit ce39c46

Browse files
make hero responsive
1 parent d4187bd commit ce39c46

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

assets/static/css/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,3 +458,14 @@ main > aside.sidebar nav.filter-menu ul li.current a {
458458
margin-top: -6rem;
459459
}
460460
}
461+
462+
@media (max-width: 900px) {
463+
.home-page .topic-summary {
464+
display: block;
465+
}
466+
467+
.home-page .topic-summary figure {
468+
display: none;
469+
}
470+
}
471+

0 commit comments

Comments
 (0)