Skip to content

Commit 7789658

Browse files
committed
[fix] padding value
1 parent 5bbc2bc commit 7789658

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SampleApps/SampleApp.Classic/Styles/Navbar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ div.navbar {
2727
display: block;
2828
position: relative;
2929

30-
padding: 15px 15px;
30+
padding: 15px;
3131

3232
line-height: 20px;
3333

@@ -47,7 +47,7 @@ div.navbar {
4747
position: relative;
4848

4949
margin: 0;
50-
padding: 15px 15px;
50+
padding: 15px;
5151

5252
line-height: 20px;
5353
}

0 commit comments

Comments
 (0)