Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit a94626a

Browse files
committed
more responsive
1 parent 5c311db commit a94626a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/css/directives/tc-banner.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ $tco-color-dark: #ea690b;
241241

242242
.tc-banner-placeholder.cognitive {
243243
background-image: url(../../images/cognitive-home-hero.jpg);
244-
background-size: 100%;
244+
background-size: cover;
245245
height: 352px;
246246
background-position: center 100%;
247247
background-repeat: no-repeat;
@@ -256,6 +256,7 @@ $tco-color-dark: #ea690b;
256256
align-items: flex-start;
257257
margin-left: 37px;
258258
height: 95%;
259+
justify-content: space-between;
259260

260261
.img {
261262
background-image: url(../../images/cognitive-home-hero-title.png);
@@ -268,7 +269,7 @@ $tco-color-dark: #ea690b;
268269

269270
.description {
270271
color: $white;
271-
margin: 41px 30px 45px 0;
272+
margin: 0 30px 0 0;
272273
font-size: 24px;
273274
line-height: 29px;
274275
text-align: left;
@@ -283,7 +284,6 @@ $tco-color-dark: #ea690b;
283284
background-color: white;
284285
color: #0096FF;
285286
padding: 10px 20px;
286-
margin-top: 10px;
287287
}
288288

289289
.tc-btn-radius {

0 commit comments

Comments
 (0)