colouring-montreal/app/src/frontend/header.css
2019-04-28 15:57:21 +01:00

16 lines
257 B
CSS

/**
* Main header
*/
.main-header {
display: block;
min-height: 79px;
text-decoration: none;
border-bottom: 3px solid #222;
}
.main-header .navbar {
padding: 0.75em 0.5em 0.75em;
}
.main-header .navbar-brand {
margin: 0 1em 0 0;
}