pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
about.less
(167B)
1 .ourteam {
2 h3 {
3 color: @brand-primary;
4 font-weight: 400;
5 }
6
7 img.img-ourteam {
8 width: 80%;
9
10 @media (max-width: @screen-xxs-max) {
11 width: 100%;
12 }
13 }
14 }