summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-01-12 14:47:54 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-01-12 14:47:54 +0800
commit0b9ffaaeb9f3004fd99ba8a12c0136afc355e231 (patch)
tree005687471513f2a6487833aa54d43e4cefd48df1 /style.css
parentf7bdc5d226d52813e06a2872cdac2ff21fb86c2c (diff)
downloadwww-0b9ffaaeb9f3004fd99ba8a12c0136afc355e231.tar.gz
multiple columns, again
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 4 insertions, 12 deletions
diff --git a/style.css b/style.css
index a0d8fa4..ad12669 100644
--- a/style.css
+++ b/style.css
@@ -17,19 +17,11 @@ body:active, div:active, p:active, h1:active, h2:active, h3:active, h4:active, h
 h1 {
 	text-align: center;
 }
-.wrapper {
+#main {
 	margin: auto;
-	/* 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%; */
-}
-.wrapper div {
-	min-width: 30ex;
+	columns: 6 50em;
+}
+#main div {
 	max-width: 100ex;
 	margin: auto;
 }