logo alignment fix

This commit is contained in:
Arvind Tiwari 2017-11-29 04:02:52 +05:30
commit cdca727a34
4 changed files with 14 additions and 8 deletions

View file

@ -25,6 +25,8 @@ body {
flex-basis: 50%;
flex-grow: 0;
flex-shrink: 0;
float: none;
margin: 0;
}
.text-muted {

View file

@ -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;
}
}