diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 15:19:03 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 15:19:03 +0800 |
commit | bc288a3ebd638d910b8e365125df046a608eb7c7 (patch) | |
tree | 81c367bd3beb55cb4a5ef8b262ee8ebed31d4aee /style.css | |
parent | 007f721133b13ad37d9082135f7cc1403750e2b2 (diff) | |
download | www-bc288a3ebd638d910b8e365125df046a608eb7c7.tar.gz |
noflexbox - css commented
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/style.css b/style.css index 0f1b771..1094fcc 100644 --- a/style.css +++ b/style.css @@ -11,14 +11,14 @@ h1 { } .multicol { margin: auto; - display: flex; - flex-flow: row wrap; + /* display: flex; */ + /* flex-flow: row wrap; */ /* flex-flow: row wrap; */ /* justify-content: center; */ /* align-items: flex-start; */ /* align-content: flex-start; */ /* height: calc(100vh); */ - gap: 3%; + /* gap: 3%; */ } .multicol div { min-width: 30ex; |