diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-12-26 04:49:26 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-12-26 04:49:26 +0900 |
commit | 746118270a11697fa9453b5fc1125c51655a17bf (patch) | |
tree | c850bbe4de1e2546f0674cec0802d526ab20c792 /_css | |
parent | d50da3ffbe80df244961a867b551d4e5b6e4f13b (diff) | |
download | site-746118270a11697fa9453b5fc1125c51655a17bf.tar.gz |
Revert fead style
Diffstat (limited to '_css')
-rw-r--r-- | _css/style.css | 4 |
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; } |