Skip to content

Commit

Permalink
fixed menu distances (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
memurats authored Jun 7, 2024
1 parent 0811ae1 commit a784d0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/v25/ncappnavigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#app-navigation:not(.vue) {

.app-navigation-caption {
padding: 2.5rem 1.5rem 1.5rem;
padding: 2.5rem 1.5rem 0;

}

Expand All @@ -18,6 +18,7 @@
border-top-left-radius: 0;
// add vertical line to demarcate app navigation
border-right: 1px solid var(--telekom-color-ui-faint);
padding: 1.5rem 0 0;

&>ul {
padding: 0 1.5rem;
Expand Down

0 comments on commit a784d0b

Please sign in to comment.