diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 16:05:25 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 16:05:25 +0800 |
commit | dd1643f499cdd33b10cf9eb75ea77912605a2162 (patch) | |
tree | b2c6144eb2c6be753b015207f8666d40f1c8f94f | |
parent | 8e35ea94e4420b2b1f566eedf12685ade9b936c0 (diff) | |
download | www-dd1643f499cdd33b10cf9eb75ea77912605a2162.tar.gz |
change multicol name to wrapper
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | style.css | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html index 0bb4cdb..fe665fa 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ <li><a href="https://lib.andrewyu.org">Files</a></li> </ul> </div> - <div class="multicol"> + <div class="wrapper"> <div id="campaign"> <p>It is our responsibility to spread free software and advocate for user freedom. Please don't waste any chances to do so. Sign <a href="https://my.fsf.org/give-students-userfreedom">the give students user freedom petition by the FSF</a> and fight against <a href="https://www.fsf.org/bulletin/2020/spring/trial-by-proprietary-software">trial in courts with proprietary software</a>.</p> </div> diff --git a/style.css b/style.css index 693ddaf..798f690 100644 --- a/style.css +++ b/style.css @@ -23,7 +23,7 @@ p:active, h1:active, h2:active, h3:active, h4:active, h5:active, h6:active, li:a h1 { text-align: center; } -.multicol { +.wrapper { margin: auto; /* display: flex; */ /* flex-flow: row wrap; */ @@ -34,7 +34,7 @@ h1 { /* height: calc(100vh); */ /* gap: 3%; */ } -.multicol div { +.wrapper div { min-width: 30ex; max-width: 100ex; margin: auto; |