Skip to content

Commit 24a1649

Browse files
committed
added minimum body width
1 parent f36ba8c commit 24a1649

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/css/lesson.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,4 +420,9 @@ details[open] > summary:after {
420420
}
421421

422422
h1, :not(blockquote) > h2 {page-break-before: always;}
423+
}
424+
425+
// To prevent awesome bioinfo h1 from showing up
426+
body{
427+
min-width: 425px;
423428
}

0 commit comments

Comments
 (0)