fix forms
This commit is contained in:
parent
ea3c0ae576
commit
05ce4da8c5
17
src/pages/Forms/forms.scss
Normal file
17
src/pages/Forms/forms.scss
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
.forms {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
min-height: 100vh;
|
||||||
|
background: #f1f1f1;
|
||||||
|
|
||||||
|
.container {
|
||||||
|
max-width: 1160px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
flex: 1;
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
padding-top: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user