mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 03:16:30 +01:00
30 lines
No EOL
392 B
SCSS
30 lines
No EOL
392 B
SCSS
/** Layout **/
|
|
.wrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-height: 98vh;
|
|
width: 100%;
|
|
}
|
|
|
|
.main {
|
|
flex: 1 0 auto;
|
|
}
|
|
|
|
.container {
|
|
padding-left: 1rem;
|
|
padding-right: 1rem;
|
|
}
|
|
|
|
.footer {
|
|
height: 2rem;
|
|
width: 100%;
|
|
text-align: center;
|
|
line-height: 1.5rem;
|
|
padding-top: 2rem;
|
|
}
|
|
|
|
.notfound {
|
|
font-size: 2rem;
|
|
transform: translateY(35vh);
|
|
text-align: center;
|
|
} |