mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
fix
This commit is contained in:
parent
b96715f812
commit
2e2abe635d
@ -4,12 +4,15 @@
|
||||
|
||||
<style>
|
||||
.toggle {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 42px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-top: 1px solid var(--second);
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
button {
|
||||
|
@ -116,7 +116,10 @@
|
||||
padding: 0;
|
||||
/* margin: 0 calc(var(--side-nav) * -1); */
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.tutorial-outer.mobile {
|
||||
padding: 0 0 42px 0;
|
||||
}
|
||||
|
||||
.viewport {
|
||||
@ -129,7 +132,7 @@
|
||||
|
||||
.mobile .viewport {
|
||||
width: 300%;
|
||||
height: calc(100% - 42px);
|
||||
height: 100%;
|
||||
grid-template-columns: 33.333% 66.666%;
|
||||
transition: transform 0.3s;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user