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, 0 insertions, 6 deletions
diff --git a/style.css b/style.css
index d0cefab..9b0aa84 100644
--- a/style.css
+++ b/style.css
@@ -66,24 +66,18 @@ a:active {
 	font-weight: bold;
 }
 #majornote {
-	margin: 5ex;
-	padding: 1.5em;
 	color: lime;
 	display: block;
 	border: 2px dashed lime;
 	transition: all 0.5s;
 }
 #myproject {
-	margin: 5ex;
-	padding: 1.5em;
 	color: orange;
 	display: block;
 	border: 2px dashed orange;
 	transition: padding 1s, font-size 1s;
 }
 #campaign {
-	margin: 5ex;
-	padding: 1.5em;
 	color: red;
 	display: block;
 	border: 2px dashed red;