12 lines
156 B
SCSS
12 lines
156 B
SCSS
.page {
|
|
width: 100vw;
|
|
min-height: 100vh;
|
|
transform: scale(1);
|
|
}
|
|
.show-btn {
|
|
position: fixed;
|
|
bottom: 20px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|