We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4fb7e commit b2d00fcCopy full SHA for b2d00fc
1 file changed
stylesheets/app.css
@@ -7353,7 +7353,8 @@ form.custom .custom.dropdown.open.medium ul {
7353
7354
/* line 130, sass/app.scss */
7355
.intro {
7356
- margin-top: 50px;
+ /* margin-top: 50px; */
7357
+ margin-top: 100px;
7358
padding: 20px 0;
7359
}
7360
/* line 134, sass/app.scss */
@@ -7605,7 +7606,9 @@ form.custom .custom.dropdown.open.medium ul {
7605
7606
7607
/* line 370, sass/app.scss */
7608
.menu {
- height: 50px;
7609
+ /* height: 50px; */
7610
+ height: max-content;
7611
+ border-bottom: 1px solid #00000023;
7612
width: 100%;
7613
background: white;
7614
position: fixed;
0 commit comments