Skip to content

Commit 170b85d

Browse files
committed
better responsive layout; fixes #6
1 parent d063e6c commit 170b85d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/stylesheets/style.css.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@
7676

7777
.supporters {
7878
padding: 2rem 6rem;
79+
@media all and (max-width: 570px) {
80+
padding: 2rem 0.5rem;
81+
}
7982
}
8083

8184
.supporters--title {

0 commit comments

Comments
 (0)