about summary refs log tree commit diff homepage
path: root/_css/style.css
diff options
context:
space:
mode:
Diffstat (limited to '_css/style.css')
-rw-r--r--_css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/_css/style.css b/_css/style.css
index 0bd758d..5eb5926 100644
--- a/_css/style.css
+++ b/_css/style.css
@@ -237,6 +237,8 @@ code, .hljs {
 }
 
 .fead {
+    display: flex;
+    flex-wrap: wrap;
     margin: -0.5rem;
     margin-bottom: 0;
 }
@@ -245,6 +247,8 @@ code, .hljs {
     background: var(--overlay-bg);
     display: flex;
     flex-direction: column;
+    flex: 1 1 0;
     margin: 1ex;
+    min-width: 12rem;
     padding: 1ex;
 }