fix forms

This commit is contained in:
Victor Batischev 2024-03-06 14:14:22 +03:00
parent 4603e2dc8b
commit 95363f82ea
2 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,6 @@ export const Forms = () => {
<AuthHeader />
<SideBar />
<div className="container">
<br />
<h1>Здесь будут формы</h1>
</div>
<Footer />

View File

@ -9,5 +9,9 @@
display: flex;
flex-direction: column;
flex: 1;
h1 {
padding-top: 20px;
}
}
}