forked from Business/BinStack
13 lines
161 B
CSS
13 lines
161 B
CSS
|
.banner-image {
|
||
|
max-height: 100px;
|
||
|
margin: 2em auto;
|
||
|
}
|
||
|
|
||
|
.navbar-brand {
|
||
|
font-size: 110%;
|
||
|
}
|
||
|
|
||
|
.footer {
|
||
|
margin-top: 10em;
|
||
|
text-align: center;
|
||
|
}
|