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

Improve app shell welcome page

parent 154b295e
No related branches found
No related tags found
No related merge requests found
Pipeline #16949 passed with warnings
...@@ -41,7 +41,11 @@ class AppShellWelcome extends ScopedElementsMixin(LitElement) { ...@@ -41,7 +41,11 @@ class AppShellWelcome extends ScopedElementsMixin(LitElement) {
p { line-height: 1.8em } p { line-height: 1.8em }
.item {padding-top: 0.5em;} .item {padding-top: 0.5em;}
.description {padding-left: 2em;} .description {
padding-left: 2em;
font-style: italic;
margin-top: -5px;
}
h2 a:hover { h2 a:hover {
color: #E4154B; color: #E4154B;
......
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