Files
2017-09-28 23:36:12 +03:00

18 lines
223 B
CSS

body {
font-size: 14px;
}
.header {
background: #003366;
padding-top: 1rem;
padding-bottom: 1rem;
}
.header #branding {
border-right: 0px;
}
.header .header-content.header-content-first {
border-left: 0px;
}