Implement form design

This commit is contained in:
karemarsy
2020-04-13 19:10:56 +02:00
parent af67e44fdf
commit b34b145616
2 changed files with 31 additions and 15 deletions

View File

@@ -48,6 +48,16 @@ $light: #fff;
height: 100%;
}
.content {
padding: 30px 60px 50px;
&>h1 {
margin-bottom: 40px;
}
}
body {
min-height: 100vh;
}