Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit aa9c520

Browse files
Merge pull request #506 from GSA/505
added longer smart city photo
2 parents f4df88b + b8dc005 commit aa9c520

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/app/components/home/home.style.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ body {
386386
background-repeat: no-repeat;
387387
background-size: 50%;
388388
}
389-
389+
390390
@media screen and (min-width: $large-screen) {
391391
background-size: 30%;
392392
}
@@ -405,12 +405,12 @@ body {
405405

406406
.usa-grid {
407407
@media screen and (min-width: $medium-screen) {
408-
background-image: url('./assets/img/featured-projects/smartcity2.png');
408+
background-image: url('./assets/img/featured-projects/smartcity4.png');
409409
background-repeat: no-repeat;
410-
background-size: 50%;
410+
background-size: 50%;
411411
background-position: 100% 50%;
412412
}
413-
413+
414414
@media screen and (min-width: $large-screen) {
415415
background-size: 30%;
416416
}
21.5 KB
Loading

0 commit comments

Comments
 (0)