logo alignment fix
This commit is contained in:
parent
5a85ee003f
commit
cdca727a34
4 changed files with 14 additions and 8 deletions
|
|
@ -25,6 +25,8 @@ body {
|
|||
flex-basis: 50%;
|
||||
flex-grow: 0;
|
||||
flex-shrink: 0;
|
||||
float: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
|
|
|
|||
|
|
@ -235,9 +235,13 @@
|
|||
|
||||
.header_slider .carousel-indicators li {
|
||||
margin: 1px 7px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.header_slider .carousel-indicators li.active {
|
||||
margin: 0 7px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue