Skip to content

Commit 29078a1

Browse files
committed
Fix print for mobile
1 parent be20c68 commit 29078a1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/info/resume/page.module.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,14 @@ $definition-list-margin-bottom: unit.rem-calc(12) !default;
7474
color: #fff;
7575
}
7676

77+
@media #{global.$small-up} {
78+
padding: 0.5rem 1rem;
79+
}
80+
7781
@media #{global.$medium-up} {
7882
margin-top: 1rem;
7983
max-width: 50rem;
84+
padding: 0;
8085
}
8186

8287
/* this doesnt work here but I want to remember it until I can figure out an alt sol */

0 commit comments

Comments
 (0)