You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
242 B

@import '../vendor/bootstrap/less/bootstrap.less';
@import 'grid.less';
.wrapper {
.make-row();
}
.header-logo {
.make-lg-column(8);
}
.header-contacts {
.make-lg-column(3);
.make-lg-column-offset(1);
}
.logo {
height: 100px;
}