Skip to content

Commit b2d00fc

Browse files
Harsh Karandemacdonst
authored andcommitted
Fix Navbar height
1 parent ea4fb7e commit b2d00fc

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

stylesheets/app.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7353,7 +7353,8 @@ form.custom .custom.dropdown.open.medium ul {
73537353

73547354
/* line 130, sass/app.scss */
73557355
.intro {
7356-
margin-top: 50px;
7356+
/* margin-top: 50px; */
7357+
margin-top: 100px;
73577358
padding: 20px 0;
73587359
}
73597360
/* line 134, sass/app.scss */
@@ -7605,7 +7606,9 @@ form.custom .custom.dropdown.open.medium ul {
76057606

76067607
/* line 370, sass/app.scss */
76077608
.menu {
7608-
height: 50px;
7609+
/* height: 50px; */
7610+
height: max-content;
7611+
border-bottom: 1px solid #00000023;
76097612
width: 100%;
76107613
background: white;
76117614
position: fixed;

0 commit comments

Comments
 (0)