github.com/uchennaokeke444/nomad@v0.11.8/website/components/homepage-hero/style.css (about) 1 .g-homepage-hero { 2 background-repeat: no-repeat; 3 background-color: var(--gray-7); 4 background-image: url(/img/nomad-hero-pattern.svg); 5 width: 100%; 6 background-size: cover; 7 background-position: center; 8 padding: 88px 0; 9 10 @media (max-width: 758px) { 11 background-image: url(/img/pattern.svg); 12 } 13 14 & h1 { 15 text-align: center; 16 white-space: pre-wrap; 17 } 18 19 & p { 20 margin: 0 auto 0 auto; 21 text-align: center; 22 max-width: 40em; 23 } 24 25 & .g-grid-container { 26 max-width: 700px; 27 } 28 29 & .links { 30 display: flex; 31 flex-wrap: wrap; 32 justify-content: center; 33 margin-top: calc(32px - 8px); 34 margin-bottom: -8px; 35 36 & a { 37 margin: 8px; 38 } 39 } 40 }