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

Remove lineheight in appshell subheadline at welcomepage

parent e2657f03
No related branches found
No related tags found
No related merge requests found
Pipeline #17203 passed with warnings
...@@ -44,7 +44,8 @@ class AppShellWelcome extends ScopedElementsMixin(LitElement) { ...@@ -44,7 +44,8 @@ class AppShellWelcome extends ScopedElementsMixin(LitElement) {
.description { .description {
padding-left: 2em; padding-left: 2em;
font-style: italic; font-style: italic;
margin-top: -5px; margin-top: -1px;
line-height: initial;
} }
h2 a:hover { h2 a:hover {
......
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