Skip to content

Commit

Permalink
Mobile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
okydk committed Apr 21, 2018
1 parent 0482da3 commit b8d2da4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
.wrap > div{
align-items: center;
justify-content: center;
display: flex;
display: grid;
}
h1 span{
color: rgba(0,0,0,0.2);
Expand Down Expand Up @@ -85,6 +85,7 @@
}
.basegrid.wrap>div{
height: 40vh;
--h: 4;
}
}
</style>
Expand Down

0 comments on commit b8d2da4

Please sign in to comment.