colouring-montreal/app/src/frontend/welcome.css
2018-09-13 22:13:53 +01:00

23 lines
382 B
CSS

/**
* Welcome jumbotron
*/
.welcome-float {
position: absolute;
z-index: 10000;
top: 0;
width: 100%;
border-radius: 0;
}
.welcome-float.jumbotron {
background: #fff;
background-color: rgba(255,255,255,0.95);
}
@media (min-width: 768px){
.welcome-float {
left: 50%;
margin-left: -20em;
width: 40em;
top: 1em;
}
}