Skip to content

Commit e0faa10

Browse files
committed
Fix spacing issue
Signed-off-by: mohin7 <mohin@appscode.com>
1 parent 0cfffcc commit e0faa10

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

static/assets/sass/main.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21010,7 +21010,7 @@ button.ac-button,
2101021010
line-height: 24px; }
2101121011
.services-wrapper .service-content-body .single-offering p {
2101221012
color: #4a5565;
21013-
font-size: 13px;
21013+
font-size: 14px;
2101421014
font-weight: 400;
2101521015
line-height: 22px;
2101621016
flex: 1;
@@ -21046,7 +21046,11 @@ button.ac-button,
2104621046
flex-shrink: 0;
2104721047
margin-bottom: 0;
2104821048
gap: 8px; }
21049-
@media screen and (min-width: 1024px) {
21049+
@media screen and (min-width: 1024px) and (max-width: 1215px) {
21050+
.services-wrapper .service-content-body .service-cta-bar .buttons {
21051+
flex-direction: column;
21052+
align-items: end; } }
21053+
@media screen and (max-width: 1023px) {
2105021054
.services-wrapper .service-content-body .service-cta-bar .buttons {
2105121055
flex-direction: column;
2105221056
align-items: end; } }

static/assets/sass/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/assets/sass/pages/_homepage-2026.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,7 +1752,7 @@ button.ac-button,
17521752

17531753
p {
17541754
color: $color-text-medium;
1755-
font-size: $font-size-small;
1755+
font-size: 14px;
17561756
font-weight: 400;
17571757
line-height: 22px;
17581758
flex: 1;
@@ -1803,7 +1803,11 @@ button.ac-button,
18031803
margin-bottom: 0;
18041804
gap: 8px;
18051805

1806-
@include desktop {
1806+
@include desktop-only {
1807+
flex-direction: column;
1808+
align-items: end;
1809+
}
1810+
@include touch {
18071811
flex-direction: column;
18081812
align-items: end;
18091813
}

0 commit comments

Comments
 (0)