summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
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 e36c14d..a3f2d99 100644
--- a/style.css
+++ b/style.css
@@ -70,21 +70,21 @@ a:active {
 	font-weight: bold;
 }
 #majornote {
-	font-size: 120%;
+	padding: 1.5em;
 	color: lime;
 	display: block;
 	border: 3px dashed lime;
 	transition: all 0.5s;
 }
 #myproject {
-	font-size: 120%;
+	padding: 1.5em;
 	color: orange;
 	display: block;
 	border: 3px dashed orange;
 	transition: padding 1s, font-size 1s;
 }
 #campaign {
-	font-size: 120%;
+	padding: 1.5em;
 	color: red;
 	display: block;
 	border: 3px dashed red;