Skip to content

Commit 378ec12

Browse files
committed
Add above and below padding to navbar
This lets the hoverover backdrop look center when hovering over the JuiceShop logo Signed-off-by: Jannik Hollenbach <jannik.hollenbach@owasp.org>
1 parent c4db1c6 commit 378ec12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/navbar/navbar.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
mat-toolbar {
77
height: auto;
88
min-width: 100%;
9-
padding-bottom: 5px;
9+
padding: 4px 0;
1010
width: 100%;
1111
}
1212

0 commit comments

Comments
 (0)