summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
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;