diff options
-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; |