Skip to content

Commit

Permalink
Correct ordering in CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
OleVik committed Mar 17, 2019
1 parent 59d5e73 commit 04019fd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.6.2
## 17-03-2019

1. [](#bugfix)
- Correct ordering in CSS

# v1.6.1
## 16-03-2019

Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Presentation
version: 1.6.1
version: 1.6.2
description: Responsive navigational slideshows with Reveal.js
icon: arrows-alt
author:
Expand Down
2 changes: 1 addition & 1 deletion css/presentation.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scss/presentation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ $breakpoints: (
/* Structure */
.reveal.overview {
.slides {
z-index: -1;
section {
@include maximizeSize(true, true);

Expand All @@ -66,6 +65,7 @@ $breakpoints: (
}

.reveal:not(.overview) {
z-index: -1;
@include media("<extrasmall") {
font-size: 16px;
}
Expand Down

0 comments on commit 04019fd

Please sign in to comment.