1 .no-mobile-app { 2 margin: 30% auto 0; 3 max-width: 25em; 4 text-align: center; 5 width: auto; 6 7 &__title { 8 border-bottom: 1px solid lighten(#FFFFFF, 10%); 9 color: $unsupportedBrowserTitleColor; 10 font-weight: 400; 11 letter-spacing: 0.5px; 12 padding-bottom: em(17, 24); 13 } 14 15 &__description { 16 font-size: $unsupportedBrowserTextSmallFontSize; 17 font-weight: 300; 18 letter-spacing: 1px; 19 margin-top: 1em; 20 } 21 }