Skip to content

Commit bd37130

Browse files
author
JT
committed
#cta responsive
1 parent 1cf62dd commit bd37130

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

website/source/stylesheets/_home.less

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,19 @@
452452
}
453453
}
454454

455+
@media (min-width: 992px) and (max-width:1200px) {
456+
#cta a {
457+
margin-top: 15px;
458+
font-size: 18px;
459+
}
460+
}
461+
462+
@media (min-width: 768px) and (max-width:992px) {
463+
#cta a {
464+
margin-top: 10px;
465+
}
466+
}
467+
455468
@media (max-width: 992px) {
456469

457470
.feature{

website/source/stylesheets/main.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,6 +1031,17 @@ body.page-home #footer {
10311031
margin-right: 20px;
10321032
}
10331033
}
1034+
@media (min-width: 992px) and (max-width: 1200px) {
1035+
#cta a {
1036+
margin-top: 15px;
1037+
font-size: 18px;
1038+
}
1039+
}
1040+
@media (min-width: 768px) and (max-width: 992px) {
1041+
#cta a {
1042+
margin-top: 10px;
1043+
}
1044+
}
10341045
@media (max-width: 992px) {
10351046
.feature h2,
10361047
.feature p {

0 commit comments

Comments
 (0)