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.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index 608cb43..1109ed5 100644
--- a/style.css
+++ b/style.css
@@ -81,7 +81,7 @@ a:active {
 #campaign {
 	color: red;
 	display: block;
-	border: 1px solid red;
+	border: 3px dashed red;
 	transition: padding 1s, font-size 1s;
 }
 #campaign:hover{
@@ -90,7 +90,7 @@ a:active {
 	animation-name: shake;
 	animation-iteration-count: 1;
 	animation-duration: 3s;
-	padding: 10ex;
+	padding: 4ex;
 }
 .alarm {
 	color: red;