about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-12-26 04:49:26 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-12-26 04:49:26 +0900
commit746118270a11697fa9453b5fc1125c51655a17bf (patch)
treec850bbe4de1e2546f0674cec0802d526ab20c792
parentd50da3ffbe80df244961a867b551d4e5b6e4f13b (diff)
downloadsite-746118270a11697fa9453b5fc1125c51655a17bf.tar.gz
Revert fead style
-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;
 }