12 lines
156 B
SCSS
Raw Normal View History

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