parent
76197c7d4c
commit
d6fabb78ca
7 changed files with 61 additions and 6 deletions
Binary file not shown.
@ -0,0 +1,27 @@ |
||||
.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; |
||||
} |
||||
} |
||||
} |
||||
Loading…
Reference in new issue