Make the .home background visible without JS

Graceful degradation / progressive enhancement.
This commit is contained in:
Remi Rampin 2019-08-02 14:35:24 -04:00
parent 0703250e9f
commit da43ac1d1d
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ img { max-width: 100%; }
/***** Top content *****/ /***** Top content *****/
.home { .home {
background: #fde1cc center no-repeat url(../img/splash.jpg);
padding: 210px 0; padding: 210px 0;
} }