Fixed banner by Joshua
This commit is contained in:
parent
ce828cce9d
commit
a2fca368dc
|
@ -46,11 +46,15 @@ body {
|
||||||
|
|
||||||
// Header
|
// Header
|
||||||
.header {
|
.header {
|
||||||
height: 350px;
|
// height: 350px;
|
||||||
background-color: #fff;
|
background-color: #cccccc;
|
||||||
margin-bottom: 3em;
|
margin-bottom: 3em;
|
||||||
@include box-shadow(0, 2px, .8em, #b3b3b3, outset);
|
@include box-shadow(0, 2px, .8em, #b3b3b3, outset);
|
||||||
}
|
}
|
||||||
|
.carousel-inner {
|
||||||
|
margin: auto;
|
||||||
|
max-width: 1300px;
|
||||||
|
}
|
||||||
// Footer
|
// Footer
|
||||||
.footer {
|
.footer {
|
||||||
color: #818181;
|
color: #818181;
|
||||||
|
|
Loading…
Reference in New Issue