aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/src/main/webapp/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'language-web/src/main/webapp/style.css')
-rw-r--r--language-web/src/main/webapp/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/language-web/src/main/webapp/style.css b/language-web/src/main/webapp/style.css
index 03018f93..f3a6b7f9 100644
--- a/language-web/src/main/webapp/style.css
+++ b/language-web/src/main/webapp/style.css
@@ -47,7 +47,7 @@ a:hover {
47 top: 108px; 47 top: 108px;
48 bottom: 0; 48 bottom: 0;
49 left: 0; 49 left: 0;
50 width: 50%; 50 width: 100%;
51 box-shadow: 0 0 8px rgba(80, 10, 98, .25), 0 10px 24px rgba(80, 10, 98, .35); 51 box-shadow: 0 0 8px rgba(80, 10, 98, .25), 0 10px 24px rgba(80, 10, 98, .35);
52 border-radius: 16px; 52 border-radius: 16px;
53} 53}