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