mirror of
https://github.com/JeremyLikness/vanillajs-deck
synced 2025-12-15 10:43:34 +00:00
Tweak web component, add new slide, code fixes
This commit is contained in:
@@ -38,6 +38,11 @@ pre {
|
||||
font-family: "consolas", sans-serif
|
||||
}
|
||||
|
||||
ul {
|
||||
display: table;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
video {
|
||||
height: 40vh;
|
||||
max-width: 90vw;
|
||||
@@ -150,6 +155,6 @@ slide-controls {
|
||||
float: left;
|
||||
}
|
||||
|
||||
nextslide, transition {
|
||||
next-slide, transition {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user