parent
1f8b51d4dd
commit
9631afa93f
1 changed files with 16 additions and 1 deletions
@ -1,5 +1,20 @@ |
||||
.slides-list { |
||||
//background: #222; |
||||
background: color(lighterBackground); |
||||
background: color(sidebarBackground); |
||||
overflow-y: auto; |
||||
|
||||
.slide-wrap { |
||||
width: 100%; |
||||
aspect-ratio: 1.333; |
||||
overflow: hidden; |
||||
margin-bottom: 0.1rem; |
||||
} |
||||
|
||||
.slide { |
||||
width: 100vw; |
||||
height: auto; |
||||
margin: 5% 0 0 5%; |
||||
aspect-ratio: 1.333; |
||||
-webkit-transform-origin: top left; |
||||
} |
||||
} |
Loading…
Reference in new issue