Skip to content

Commit

Permalink
fix(version): small device styling incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveVanOpstal committed Sep 13, 2017
1 parent ad6f702 commit 374f11e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
12 changes: 11 additions & 1 deletion src/client/version.component.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:host {
align-self: flex-end;
margin: -62px -15px 0 0;
margin: -64px -15px 0 0;
transform: rotate(12deg);
}

Expand All @@ -21,3 +21,13 @@
:host a:hover {
text-decoration: none;
}

@media (max-width: 1200px) {
:host {
margin: -52px -13px 0 0;
}

:host a {
font-size: .7em;
}
}
5 changes: 0 additions & 5 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,6 @@ svg text::selection {
header > .align-center {
max-width: 300px;
}

.version {
font-size: .7em;
margin: -45px -20px 0 0;
}
}

/* gold */
Expand Down

0 comments on commit 374f11e

Please sign in to comment.