Skip to content

Commit

Permalink
Merge pull request #35 from jatin-narang/final-UI-10.3
Browse files Browse the repository at this point in the history
 Refractor: Modify levels page UI for desktop
  • Loading branch information
blynchNDI authored Mar 5, 2019
2 parents dff1233 + 6a638de commit 1af607f
Show file tree
Hide file tree
Showing 3 changed files with 873 additions and 6 deletions.
6 changes: 3 additions & 3 deletions client/src/components/LevelCard/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@
@media (min-width: 1024px) {
.link-lock {
width: 31%;
height: 19em;
margin: .5em .5em;
height: 10em;
margin: .5em;
.level-card {
height: 100%;
border-radius: 15px;
.lock-icon-container {
position: relative;
bottom: 3em;
top: .5em;
right: .5em;
}
}
Expand Down
1 change: 1 addition & 0 deletions client/src/pages/LandingPage/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
width: 100%;
.game-title {
margin-left: 2em;
margin-top: 0.5em;
}
}

Expand Down
Loading

0 comments on commit 1af607f

Please sign in to comment.