summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--style.css3
2 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index 292b1c9..7daf1bf 100644
--- a/index.html
+++ b/index.html
@@ -18,7 +18,7 @@
 		</div>
 		<div id="main">
 			<div id="campaign">
-				<p>New Hampshire might be incorporating software freedom into its law!  This would be a huge victory for the Free Software Movement.  Please take the time to read <a href="https://www.andrewyu.org/nh.html">https://www.andrewyu.org/nh.html</a>.</p>
+				<p>New Hampshire might be incorporating software freedom into its law!  This would be a huge victory for the Free Software Movement.  Please take the time to read <a href="https://www.andrewyu.org/nh.html">https://www.andrewyu.org/nh.html</a> (WIP).</p>
 				<p>It is our responsibility to spread free software and advocate for user freedom.  Please don't waste any chances to do so.</p>
 				<p>Recent activities you might want to help with:  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 9169c54..a92c958 100644
--- a/style.css
+++ b/style.css
@@ -66,6 +66,7 @@ a:active {
 	font-weight: bold;
 }
 #majornote {
+	margin: 2px;
 	padding: 1.5em;
 	color: lime;
 	display: block;
@@ -73,6 +74,7 @@ a:active {
 	transition: all 0.5s;
 }
 #myproject {
+	margin: 2px;
 	padding: 1.5em;
 	color: orange;
 	display: block;
@@ -80,6 +82,7 @@ a:active {
 	transition: padding 1s, font-size 1s;
 }
 #campaign {
+	margin: 2px;
 	padding: 1.5em;
 	color: red;
 	display: block;