custom.scss
1 :root { 2 } 3 4 body, 5 html { 6 overflow-x: hidden; 7 } 8 9 .blog-wrapper { 10 main { 11 margin-left: 0 !important; 12 } 13 } 14 15 .table-of-contents { 16 display: none; 17 } 18 19 .hidden { 20 display: none !important; 21 } 22 23 .dropdown__link { 24 a { 25 text-decoration: none !important; 26 } 27 } 28 29 .navbar__right-items { 30 .dropdown--right { 31 * { 32 text-decoration: none !important; 33 } 34 } 35 } 36 37 @media (max-width: 1200px) { 38 .navbar__right-items { 39 .dropdown--right { 40 border-right: none; 41 } 42 } 43 } 44 45 @media screen and (max-width: 996px) { 46 .navbar-sidebar__item { 47 .menu__link--active { 48 box-shadow: none; 49 } 50 } 51 }