diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-12 14:47:54 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-12 14:47:54 +0800 |
commit | 0b9ffaaeb9f3004fd99ba8a12c0136afc355e231 (patch) | |
tree | 005687471513f2a6487833aa54d43e4cefd48df1 /style.css | |
parent | f7bdc5d226d52813e06a2872cdac2ff21fb86c2c (diff) | |
download | www-0b9ffaaeb9f3004fd99ba8a12c0136afc355e231.tar.gz |
multiple columns, again
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 16 |
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; } |