Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Commit 72dfb79

Browse files
alexspencerickr
authored andcommitted
Make images wider - fix padding issues in FF.
1 parent 38eeda3 commit 72dfb79

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/images/General-Flag.jpg

81.8 KB
Loading
19.3 KB
Loading

src/shared/components/section/section.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
display: flex;
55
flex-direction: column;
66
align-items: center;
7-
padding: 4% 0 4% 0;
7+
padding: 40px 0 40px 0;
88
}
99

1010
.gray {
@@ -15,8 +15,10 @@
1515
background-color: #FFF;
1616
}
1717

18+
/*
1819
@media screen and (max-width: 768px) {
1920
.section {
2021
padding: 7.5% 0 7.5% 0;
2122
}
2223
}
24+
*/

0 commit comments

Comments
 (0)