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.
 
 
 
 
 
 

27 lines
426 B

.main-departments {
.make-row();
.department {
.make-xs-column(6);
.make-sm-column(3);
ul {
li {
margin-bottom: 2px;
}
}
}
.main-department-exp {
h5 {
font-size: 15px;
}
h5, p {
margin: 0;
}
big {
font-size: 18px;
color: #417505;
}
}
}