diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 16:48:04 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 16:48:04 +0800 |
commit | 26c80efa52bd73bf23474fce7b7d78196b48f9e7 (patch) | |
tree | 916115a1df1ebd637e238cc3889061aa18d6796a | |
parent | bed3909740f55cf5379fb394a09751169d5a0b21 (diff) | |
download | www-26c80efa52bd73bf23474fce7b7d78196b48f9e7.tar.gz |
yes
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css index 2715d3b..1365971 100644 --- a/style.css +++ b/style.css @@ -85,7 +85,7 @@ a:active { transition: padding 1s, font-size 1s; } #campaign:hover{ - font-size: 200%; + font-size: 300%; transition: padding 1s, font-size 1s; animation-name: shake; animation-iteration-count: 1; |