18 lines
223 B
CSS
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;
|
|
}
|