Skip to content
Snippets Groups Projects
Commit d57692cb authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Change mask size

parent 84fd25c3
No related branches found
No related tags found
Loading
Pipeline #184002 failed
...@@ -81,8 +81,8 @@ class AppShellWelcome extends ScopedElementsMixin(LitElement) { ...@@ -81,8 +81,8 @@ class AppShellWelcome extends ScopedElementsMixin(LitElement) {
mask-position: center center; mask-position: center center;
margin: 0 2px 0 0px; margin: 0 2px 0 0px;
padding: 0; padding: 0;
-webkit-mask-size: 90%; -webkit-mask-size: 100%;
mask-size: 90%; mask-size: 100%;
} }
h2 a:hover::after { h2 a:hover::after {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment