1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00

Add clear: both to the subhyphae block

This commit is contained in:
bouncepaw 2021-02-23 14:15:25 +05:00
parent d2cc1e7074
commit f992f0a098
2 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@ article pre.codeblock { padding:.5rem; white-space: pre-wrap; border-radius: .25
.binary-container_with-video video,
.binary-container_with-audio audio {width: 100%}
.subhyphae__title { padding-bottom: .5rem; }
.subhyphae__title { padding-bottom: .5rem; clear: both; }
.navi-title { padding-bottom: .5rem; margin: .25rem 0; }
.navi-title a {text-decoration:none; }
.navi-title__separator { margin: 0 .25rem; }

View File

@ -121,7 +121,7 @@ article pre.codeblock { padding:.5rem; white-space: pre-wrap; border-radius: .25
.binary-container_with-video video,
.binary-container_with-audio audio {width: 100%}
.subhyphae__title { padding-bottom: .5rem; }
.subhyphae__title { padding-bottom: .5rem; clear: both; }
.navi-title { padding-bottom: .5rem; margin: .25rem 0; }
.navi-title a {text-decoration:none; }
.navi-title__separator { margin: 0 .25rem; }