Fix portfolio on mobile

This commit is contained in:
Ramon Wenger 2019-04-23 16:38:24 +02:00
parent b0d52e55b4
commit 244f7405f6
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@
grid-row-gap: 30px;
grid-auto-rows: 200px;
max-width: 840px;
width: 100vh;
width: 100vw;
/*justify-self: center;*/
box-sizing: border-box;
padding: $large-spacing $medium-spacing;