fix forms

This commit is contained in:
Victor Batischev 2024-03-06 14:18:37 +03:00
parent ea3c0ae576
commit 05ce4da8c5

View 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;
}
}
}