diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 15:15:44 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 15:15:44 +0800 |
commit | 519e27abee08927a1cae8e9942d6fcf438f2cf34 (patch) | |
tree | 74517928dfb356df68ab7fa785cb0b3eae985d04 /style.css | |
parent | 7d4d905c56efe0543404aa8e845076d77fe64f33 (diff) | |
download | www-519e27abee08927a1cae8e9942d6fcf438f2cf34.tar.gz |
FSF; noflexbox
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/style.css b/style.css index bc6080a..33bb766 100644 --- a/style.css +++ b/style.css @@ -10,8 +10,9 @@ h1 { text-align: center; } .multicol { + margin: auto; display: flex; - flex-flow: row; + flex-flow: row wrap; /* flex-flow: row wrap; */ /* justify-content: center; */ /* align-items: flex-start; */ @@ -21,6 +22,8 @@ h1 { } .multicol div { min-width: 30ex; + max-width: 160ex; + margin: auto; } #footer { line-height: 1.2; |