background: url(assets/logo-nos-oignons-blanc.png) no-repeat top left;
background-size: 100%;
}
+@media screen and (max-width: 390px) {
+ #logo {
+ background-image: url(assets/logo-nos-oignons-blanc-small.png);
+ background-position: left center;
+ height: 100px;
+ }
+}
#logo span {
display: none;
margin: 2em auto;
height: 85px;
width: 600px;
- background: lightGrey url(assets/progress_bar.png) top left repeat-x;
+ background: url(assets/progress_bar.png) top left repeat-x;
border: 1px solid #ccc;
border-bottom: 0;
position: relative;
.progress-bar-wrapper .progress-bar {
position: absolute;
height: 85px;
- background: grey url(assets/progress_bar.png) left -85px repeat-x;
+ background: url(assets/progress_bar.png) left -85px repeat-x;
z-index: 2;
/* animate progress bar */
-webkit-animation: progress-bar 1.5s;