Skip to content

Commit

Permalink
Mobile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crnacura committed Feb 4, 2020
1 parent 937ac52 commit a1faf9f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/base.css
Expand Up @@ -225,6 +225,18 @@ a:focus {
justify-content: center;
}

.img-drag,
.img-wrap {
flex: none;
}

@media screen and (max-width: 42em) {
.content .img-drag,
.content .img-wrap {
margin: 1rem;
}
}

@media screen and (min-width: 53em) {
.frame {
position: fixed;
Expand Down

0 comments on commit a1faf9f

Please sign in to comment.