summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-01-11 16:05:25 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-01-11 16:05:25 +0800
commitdd1643f499cdd33b10cf9eb75ea77912605a2162 (patch)
treeb2c6144eb2c6be753b015207f8666d40f1c8f94f
parent8e35ea94e4420b2b1f566eedf12685ade9b936c0 (diff)
downloadwww-dd1643f499cdd33b10cf9eb75ea77912605a2162.tar.gz
change multicol name to wrapper
-rw-r--r--index.html2
-rw-r--r--style.css4
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;
e2 ^
33352536 ^
6602c82f ^
ecfbbfb5 ^
9d27e966 ^
33352536 ^
9d27e966 ^
33352536 ^
9d27e966 ^
33352536 ^
9d27e966 ^
ecfbbfb5 ^
6602c82f ^
6030d7e2 ^
9d27e966 ^
33352536 ^
9d27e966 ^
33352536 ^
9d27e966 ^
33352536 ^
9d27e966 ^
33352536 ^
6030d7e2 ^
6602c82f ^
ecfbbfb5 ^

294a1520 ^
ee9a9237 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41