Skip to content

Commit dfad893

Browse files
committed
Responsive UI tweak for mobile
1 parent 146ec96 commit dfad893

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

public/css/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,3 +306,10 @@ span.control:hover {
306306
.UserProfile h4 {
307307
margin: 0 0 1em 0;
308308
}
309+
310+
@media only screen and (max-width: 750px) and (min-width: 300px) {
311+
.App__wrap {
312+
width: 100%;
313+
margin: 0px auto;
314+
}
315+
}

0 commit comments

Comments
 (0)