We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f76fc commit 811792eCopy full SHA for 811792e
1 file changed
css/index.css
@@ -523,6 +523,11 @@ For devices with smaller width like mobile phone
523
margin: 0 6px;
524
opacity: .85;
525
}
526
+ #navigation-content.is-open ~ #header .social-media-links{
527
+ opacity: 0;
528
+ visibility: hidden;
529
+ pointer-events: none;
530
+ }
531
.header-content-box{
532
padding-left: 0px;
533
z-index: 2;
0 commit comments