Files
web2.0-backend/webapp/static/css/ohlhafv_header.css
T
2018-01-24 19:02:44 +02:00

38 lines
526 B
CSS

.header-content {
}
.header-content .logo {
}
.header-content .logo img {
display: block;
height: auto;
margin: auto;
}
.ohlhafv-banner {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
@media screen and (min-width: 1000px) {
.ohlhafv_header-content {
position: absolute;
left: 0;
top: 0;
background-color: #052f5f;
width: 100%;
}
.ohlhafv_header {
margin-bottom: 331px;
}
}
.ohlhafv-banner-image {
width: 100%;
}