summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-01-11 15:19:03 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-01-11 15:19:03 +0800
commitbc288a3ebd638d910b8e365125df046a608eb7c7 (patch)
tree81c367bd3beb55cb4a5ef8b262ee8ebed31d4aee /style.css
parent007f721133b13ad37d9082135f7cc1403750e2b2 (diff)
downloadwww-bc288a3ebd638d910b8e365125df046a608eb7c7.tar.gz
noflexbox - css commented
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/style.css b/style.css
index 0f1b771..1094fcc 100644
--- a/style.css
+++ b/style.css
@@ -11,14 +11,14 @@ h1 {
 }
 .multicol {
 	margin: auto;
-	display: flex;
-	flex-flow: row wrap;
+	/* 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%;
+	/* gap: 3%; */
 }
 .multicol div {
 	min-width: 30ex;