github.com/uchennaokeke444/nomad@v0.11.8/website/layouts/use-cases/style.css (about) 1 #p-use-case { 2 & .features-header { 3 text-align: center; 4 margin-bottom: 0px; 5 } 6 7 /* Overriding the g-text-split component to have 8 * a header size closer to a h3 than a h2, as within 9 * the context of this page this text-split is more deeply 10 * nested within the page than we normally have it. 11 * */ 12 & .g-text-split { 13 & h2 { 14 font-size: 1.5rem; 15 letter-spacing: -0.004em; 16 line-height: 1.375em; 17 18 @media (--medium-up) { 19 font-size: 1.75rem; 20 line-height: 1.321em; 21 } 22 23 @media (--large) { 24 font-size: 2rem; 25 letter-spacing: -0.006em; 26 line-height: 1.313em; 27 } 28 } 29 } 30 31 & .with-border { 32 & .g-text-split { 33 & .children { 34 border-width: 1px; 35 border-color: rgba(174, 176, 183, 0.45); 36 border-style: solid; 37 } 38 } 39 } 40 }