Skip to content

Commit ee1eb0b

Browse files
authored
Revert "Rectified dropdown menu's height (#752)" (#775)
This reverts commit b3a4f58.
1 parent b3a4f58 commit ee1eb0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<div class="col-md-10 text-right">
6565
<ul class="menu">
6666
<li class="has-dropdown"><a target="_self" class="inner-link" href="#projects">Projects</a>
67-
<ul class="nav-dropdown projects" style="min-height: 675px"> <!--whenever you add/remove an option, change the style="min-height:675px" by +- 25px-->
67+
<ul class="nav-dropdown projects" style="min-height: 505px"> <!--whenever you add/remove an option, change the style="min-height:500px" by +- 25px-->
6868
<li><a target="_self" href="https://github.com/fossasia">Contribute on Github</a></li>
6969
<li><a target="_self" href="https://susi.ai">SUSI.AI</a></li>
7070
<li><a target="_self" href="https://pslab.io/">Pocket Science Lab</a></li>
@@ -84,7 +84,7 @@
8484
</ul>
8585
</li>
8686
<li class="has-dropdown"><a target="_self" href="https://events.fossasia.org">Events</a>
87-
<ul class="nav-dropdown events" style="min-height: 500px"> <!--whenever you add/remove an option, change the style="min-height:500px" by +- 25px-->
87+
<ul class="nav-dropdown events" style="min-height: 380px"> <!--whenever you add/remove an option, change the style="min-height:425px" by +- 25px-->
8888
<li><a target="_self" href="https://eventyay.com">Eventyay Platform</a></li>
8989
<li><a target="_self" href="https://events.fossasia.org/#sponsorship">Event Sponsorships</a></li>
9090
<li><a target="_self" href="https://summit.fossasia.org">FOSSASIA Summit Singapore</a></li>
@@ -115,7 +115,7 @@
115115
</ul>
116116
</li>
117117
<li class="has-dropdown"><a class="inner-link" href="#labs-programs">Programs</a>
118-
<ul class="nav-dropdown" style="min-height: 425px"> <!--whenever you add/remove an option, change the style="min-height:425px" by +- 25px-->
118+
<ul class="nav-dropdown" style="min-height: 330px"> <!--whenever you add/remove an option, change the style="min-height:425px" by +- 25px-->
119119
<li><a target="_self" href="https://academy.fossasia.org">Academy</a></li>
120120
<li><a target="_self" class="inner-link" href="#programs">Programs & Opportunities</a></li>
121121
<li><a target="_self" href="https://jobs.fossasia.org">Job Opportunities</a></li>
@@ -135,7 +135,7 @@
135135
<li><a target="_self" href="https://blog.fossasia.org">Blog</a></li>
136136
</li>
137137
<li class="has-dropdown"><a target="_self" class="inner-link" href="#about">About</a>
138-
<ul class="nav-dropdown" style="min-height: 375px"> <!--whenever you add/remove an option, change the style="min-height:375px" by +- 25px-->
138+
<ul class="nav-dropdown" style="min-height: 285px"> <!--whenever you add/remove an option, change the style="min-height:425px" by +- 25px-->
139139
<li><a target="_self" href="https://community.fossasia.org">Membership</a></li>
140140
<li><a target="_self" href="https://jobs.fossasia.org">Jobs</a></li>
141141
<li><a target="_self" class="inner-link" href="#activities">Activities</a></li>

0 commit comments

Comments
 (0)