🐛 Fix button shortcode overlapping TOC

Fixes #337
This commit is contained in:
James Panther
2022-11-08 09:28:19 +11:00
parent 5a05141743
commit e71c392bef
3 changed files with 7 additions and 6 deletions
+4 -4
View File
@@ -2144,14 +2144,14 @@ body:has(#menu-controller:checked) {
max-width: 65ch;
}
.max-w-3xl {
max-width: 48rem;
}
.max-w-\[10rem\] {
max-width: 10rem;
}
.max-w-3xl {
max-width: 48rem;
}
.flex-none {
flex: none;
}