1/* =Blog Plugin 2----------------------------------------------- */ 3 4#plugin_bloglinks__links { 5 display: flex; 6 margin-bottom: 24px; 7} 8 9.plugin_bloglinks__next{ 10 margin-left: auto; 11} 12 13.hfeed ~ .plugin_include_content { 14 15 > h2 { 16 text-transform: uppercase; 17 width: @ini_content_width; 18 background: @ini_border; 19 padding: 20px 40px; 20 margin-left: -40px; 21 margin-right: -40px; 22 font-weight: bold; 23 24 a { 25 text-decoration: none; 26 transition: all 0.5s ease; 27 } 28 } 29 .inclmeta { 30 margin-top: 16px; 31 margin-bottom: 16px; 32 } 33} 34.makeFullWidth { 35 .hfeed ~ .plugin_include_content { 36 > h2 { 37 width: ~"calc(100vw - 400px - @{ini_content_border})"; 38 } 39 } 40} 41