1
Fork 0

Changed font sizes of project image boxes

This commit is contained in:
Jake Howard 2016-01-15 20:49:02 +00:00
parent f944dc440b
commit 2ca070d7fe

View file

@ -170,19 +170,19 @@
@media screen and (max-width: @screen-xs-max) {
p, a.btn {
font-size: 15px;
font-size: 14px;
margin-bottom: 13px;
}
h4 {
font-size: 33px;
font-size: 25px;
}
}
@media screen and (min-width: @screen-sm-min) {
p, a.btn {
font-size: 16px;
font-size: 13px;
}
h4 {
font-size: 27px;
font-size: 21px;
}
}
@media screen and (min-width: @screen-md-min) {
@ -191,7 +191,7 @@
margin-bottom: 15px;
}
h4 {
font-size: 38px;
font-size: 25px;
margin-bottom: 15px;
}
}