File tree Expand file tree Collapse file tree 2 files changed +33
-3
lines changed
css/components/3_organisms Expand file tree Collapse file tree 2 files changed +33
-3
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,13 @@ const FooterNav = () => (
174
174
</ span >
175
175
</ a >
176
176
</ li >
177
+ < li className = "o-menu__item" >
178
+ < a className = "o-menu__link" href = "https://www.linode.com/alternative-cloud-provider/" >
179
+ < span className = "o-menu__title" >
180
+ Alternative Cloud
181
+ </ span >
182
+ </ a >
183
+ </ li >
177
184
< li className = "o-menu__item" >
178
185
< a className = "o-menu__link" href = "https://www.linode.com/linode-vs-aws/" >
179
186
< span className = "o-menu__title" >
Original file line number Diff line number Diff line change 154
154
width : 13px ;
155
155
height : 7px ;
156
156
-ms-interpolation-mode : nearest-neighbor;
157
- image-rendering : -moz-crisp-edges;
158
157
image-rendering : pixelated;
159
158
content : "" ;
160
159
transition : all 200ms ;
482
481
transform : translateY (-100px );
483
482
transition : opacity .175s ease-out, transform .25s ease-out;
484
483
will-change : position, transform;
484
+ display : initial;
485
485
padding-top : 108px ;
486
486
}
487
487
488
- .c-sub-menu .active , .c-sub-menu : focus-within {
488
+ @media (max-width : 61.99em ) {
489
+ .c-sub-menu {
490
+ display : none;
491
+ }
492
+ }
493
+
494
+ .c-sub-menu .active {
495
+ bottom : 0 ;
496
+ left : 0 ;
497
+ opacity : 1 ;
498
+ position : fixed;
499
+ right : 0 ;
500
+ top : 0 ;
501
+ transform : translateY (0px );
502
+ }
503
+
504
+ .c-sub-menu : focus-within {
489
505
bottom : 0 ;
490
506
left : 0 ;
491
507
opacity : 1 ;
695
711
}
696
712
697
713
.c-sub-menu--mobile {
714
+ display : none;
698
715
font-size : 18px ;
699
716
line-height : 1.33333 ;
700
717
font-family : "Source Sans Pro" , sans-serif;
701
718
font-weight : 400 ;
702
719
letter-spacing : 0 ;
703
720
}
704
721
722
+ @media (max-width : 61.99em ) {
723
+ .c-sub-menu--mobile {
724
+ display : initial;
725
+ }
726
+ }
727
+
705
728
.c-sub-menu--mobile .o-layout__colset {
706
729
border-bottom : 0 ;
707
730
grid-template-columns : 1fr ;
1009
1032
.c-weglot-nav .weglot-flags > span : before {
1010
1033
content : none !important ;
1011
1034
display : none !important ;
1012
- }
1035
+ }
You can’t perform that action at this time.
0 commit comments