github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/website/pages/not-found/style.module.css (about) 1 .root { 2 composes: .g-grid-container from global; 3 display: flex; 4 flex-direction: column; 5 justify-content: center; 6 margin: 64px auto; /* this is being overridden at the request of the learn team */ 7 max-width: 784px; 8 min-height: 50vh; 9 padding-inline: 32px; 10 text-align: center; 11 12 @media (--large) { 13 padding-inline: 24px; 14 } 15 16 & h1 { 17 font-size: 1.5rem; 18 letter-spacing: -0.004em; 19 line-height: 1.375em; 20 21 @media (--medium-up) { 22 font-size: 1.75rem; 23 line-height: 1.321em; 24 } 25 26 @media (--large) { 27 font-size: 2rem; 28 letter-spacing: -0.006em; 29 line-height: 1.313em; 30 } 31 } 32 33 & a { 34 color: var(--highlight-color); 35 } 36 }