Cleanup
This commit is contained in:
parent
45979258ba
commit
07efa29c17
2 changed files with 2 additions and 3 deletions
|
|
@ -1,13 +1,12 @@
|
||||||
.page
|
.page
|
||||||
margin: 2rem
|
margin: 2rem
|
||||||
height: auto
|
height: auto
|
||||||
|
min-height: 90vh
|
||||||
|
|
||||||
.column
|
.column
|
||||||
@extend .page
|
@extend .page
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
text-align: center
|
|
||||||
justify-content: center
|
|
||||||
align-items: center
|
align-items: center
|
||||||
|
|
||||||
.row
|
.row
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import './Page.sass'
|
import './Page.sass'
|
||||||
import { Show, Switch, Match } from 'solid-js'
|
import { Show } from 'solid-js'
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
children?: any
|
children?: any
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue