Make the .home background visible without JS
Graceful degradation / progressive enhancement.
This commit is contained in:
parent
0703250e9f
commit
da43ac1d1d
|
@ -186,6 +186,7 @@ img { max-width: 100%; }
|
|||
/***** Top content *****/
|
||||
|
||||
.home {
|
||||
background: #fde1cc center no-repeat url(../img/splash.jpg);
|
||||
padding: 210px 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue