2 Commits
Author SHA1 Message Date
alvierahman90 c2b21e340e Fix summary styling to be usable 2021-10-14 15:36:48 +01:00
alvierahman90 dbe7286936 Better styling for summary tag 2021-10-14 15:30:56 +01:00
+4
View File
@@ -41,6 +41,10 @@ details {
padding: 1em 0 1em 0; padding: 1em 0 1em 0;
} }
summary > * {
display: inline
}
li { li {
margin-bottom: 1em; margin-bottom: 1em;
} }