css form user registrer & log in

This commit is contained in:
2023-11-23 15:00:55 +01:00
parent 0eb7f122f1
commit 552540b504
6 changed files with 60 additions and 64 deletions
@@ -30,7 +30,7 @@ $header-height : 150px;
}
.layout-content{
padding-top: 7rem;
padding-top: 3rem;
padding-bottom: 6rem;
width: 60%;
margin: auto;
@@ -15,14 +15,5 @@
cursor: pointer;
}
.form-submit{
background-color: white;
border: solid black 1px;
text-transform: uppercase;
padding: 1rem;
height: 5rem !important;
margin-bottom: 1rem;
font-size: 1.3rem;
font-weight: 300;
}