Skip to content

Commit 204f2f8

Browse files
committed
Makes Resources menu wider so dropdown doesn't go below-the-fold
Signed-off-by: cjyabraham <[email protected]>
1 parent c0c0860 commit 204f2f8

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

_sass/navigation.scss

+13-1
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,23 @@
249249
}
250250
}
251251

252+
.main-menu ul li:nth-child(7) .resources-dropdown {
253+
254+
.resources-dropdown-menu {
255+
width: 376px;
256+
left: -110px;
257+
258+
p {
259+
margin-bottom: 0.5rem;
260+
}
261+
}
262+
}
263+
264+
252265
.main-menu ul li {
253266
.ecosystem-dropdown, .resources-dropdown a {
254267
cursor: pointer;
255268
}
256-
257269
.ecosystem-dropdown, .resources-dropdown {
258270
.with-down-orange-arrow {
259271
padding-right: rem(32px);

0 commit comments

Comments
 (0)