Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Dec 27, 2017
2 parents a02945c + d9b18ed commit cc58209
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion app/assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ html {
&.copied {
transform: scale(20);
transition: 500ms all ease;

z-index: 9;
}
}

Expand Down Expand Up @@ -242,3 +242,15 @@ h1 {
img {
max-width: 100%;
}

/* Responsive */
@media (max-width: 600px) {
.popup-content {
top: 0;
margin-top: 0;
padding: 10px;
bottom: 0;
height: 100%;
overflow-y: auto;
}
}
Loading

0 comments on commit cc58209

Please sign in to comment.