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.
44 lines
796 B
44 lines
796 B
.main-departments {
|
|
.make-row();
|
|
|
|
.department {
|
|
@media (min-width: 0px) {
|
|
.make-xs-column(12);
|
|
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
@media (min-width: @screen-phone) {
|
|
.make-xs-column(6);
|
|
min-height: 240px;
|
|
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
@media (min-width: @screen-tablet) {
|
|
min-height: 1px;
|
|
}
|
|
|
|
.make-sm-column(6);
|
|
.make-md-column(3);
|
|
|
|
ul {
|
|
li {
|
|
margin-bottom: 2px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.main-department-exp {
|
|
h5 {
|
|
font-size: 15px;
|
|
}
|
|
h5, p {
|
|
margin: 0;
|
|
}
|
|
big {
|
|
font-size: 18px;
|
|
color: #417505;
|
|
}
|
|
}
|
|
} |