Changed font sizes of project image boxes
This commit is contained in:
parent
f944dc440b
commit
2ca070d7fe
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue