fix forms
This commit is contained in:
parent
4603e2dc8b
commit
95363f82ea
@ -12,7 +12,6 @@ export const Forms = () => {
|
||||
<AuthHeader />
|
||||
<SideBar />
|
||||
<div className="container">
|
||||
<br />
|
||||
<h1>Здесь будут формы</h1>
|
||||
</div>
|
||||
<Footer />
|
||||
|
@ -9,5 +9,9 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
|
||||
h1 {
|
||||
padding-top: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user