Skip to content

Commit

Permalink
Give extended viewer a slide-like display
Browse files Browse the repository at this point in the history
  • Loading branch information
navdeepsinghkhalsa committed Apr 22, 2017
1 parent 5aaa55d commit 7c6575f
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions www/src/scss/viewer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,17 @@ h2 {
display: block;
}

.viewer #logo {
bottom: 20px;
display: block;
height: 5.5%;
top: auto;
.viewer {
#logo {
bottom: 20px;
display: block;
height: 5.5%;
top: auto;
}

.slide {
justify-content: space-between;
}
}

@import
Expand Down

0 comments on commit 7c6575f

Please sign in to comment.