Skip to content

Commit 7e08d71

Browse files
author
Jacob Heun
authored
Merge pull request #18 from meltmedia/feature_mobile-badge
Adjusts badge width on mobile
2 parents a51d771 + c897b73 commit 7e08d71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/scss/main.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,11 @@ h2 {
190190
}
191191

192192
#badge1 {
193+
@media (max-width: 408px) {
194+
img {
195+
width: 100%;
196+
}
197+
}
193198
@media (max-width: 767px) {
194199
text-align: center;
195200
margin-bottom: 25px;

0 commit comments

Comments
 (0)