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;
main p {
margin: 1em 0 1em 0;
}
+main li p {
+ margin-top: 0;
+}
main hr {
border: none;
.progress-bar-wrapper {
margin: 2em auto;
height: 85px;
- max-width: 600px;
- background: lightGrey url(assets/progress_bar.png) top left repeat-x;
- background-size: 16.666667% 300%;
+ width: 600px;
+ 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-size: 16.666667% 300%;
+ background: url(assets/progress_bar.png) left -85px repeat-x;
z-index: 2;
/* animate progress bar */
-webkit-animation: progress-bar 1.5s;