diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-12-10 05:17:04 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-12-10 05:17:04 +0900 |
commit | 51509e605d61b4ee52e70f5c5add46f69c5340c5 (patch) | |
tree | 01abfd44af504fe4692850f4c11e8f6125a08c88 /_css | |
parent | 90d48502cfca46bc765211c0dbeaf497f4355a10 (diff) | |
download | site-51509e605d61b4ee52e70f5c5add46f69c5340c5.tar.gz |
Update details
Diffstat (limited to '_css')
-rw-r--r-- | _css/style.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/_css/style.css b/_css/style.css index 5eb5926..0bd758d 100644 --- a/_css/style.css +++ b/_css/style.css @@ -237,8 +237,6 @@ code, .hljs { } .fead { - display: flex; - flex-wrap: wrap; margin: -0.5rem; margin-bottom: 0; } @@ -247,8 +245,6 @@ code, .hljs { background: var(--overlay-bg); display: flex; flex-direction: column; - flex: 1 1 0; margin: 1ex; - min-width: 12rem; padding: 1ex; } |