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 | |
parent | 7d4d905c56efe0543404aa8e845076d77fe64f33 (diff) | |
download | www-519e27abee08927a1cae8e9942d6fcf438f2cf34.tar.gz |
FSF; noflexbox
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | style.css | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/index.html b/index.html index 806028a..4dbb8b5 100644 --- a/index.html +++ b/index.html @@ -60,7 +60,7 @@ <div id="outlink"> <h2>Random Links</h2> <ul> - <li><a href="https://theaviary.me/Idiot!/Converted/Idiot!.html">Trojan.JS.YouAreAnIdiot</a> is a nasty fork bomb. I am not responsible for the trouble you get in there.</li> + <li><a href="https://fsf.org">The Free Software Foundation</a>.</li> </ul> </div> <div id="footer"> 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; |