pull/2383/head
Richard Harris 7 years ago
parent b96715f812
commit 2e2abe635d

@ -4,12 +4,15 @@
<style> <style>
.toggle { .toggle {
position: fixed;
bottom: 0;
width: 100%; width: 100%;
height: 42px; height: 42px;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
border-top: 1px solid var(--second); border-top: 1px solid var(--second);
background-color: white;
} }
button { button {

@ -116,7 +116,10 @@
padding: 0; padding: 0;
/* margin: 0 calc(var(--side-nav) * -1); */ /* margin: 0 calc(var(--side-nav) * -1); */
box-sizing: border-box; box-sizing: border-box;
}
.tutorial-outer.mobile {
padding: 0 0 42px 0;
} }
.viewport { .viewport {
@ -129,7 +132,7 @@
.mobile .viewport { .mobile .viewport {
width: 300%; width: 300%;
height: calc(100% - 42px); height: 100%;
grid-template-columns: 33.333% 66.666%; grid-template-columns: 33.333% 66.666%;
transition: transform 0.3s; transition: transform 0.3s;
} }

Loading…
Cancel
Save