design updates

This commit is contained in:
Leon Noe Jovan
2021-12-04 18:49:20 +01:00
parent b927a032f8
commit 5242985df1
12 changed files with 231 additions and 28 deletions

View File

@@ -3,7 +3,7 @@
.background {
background: url(../image/bg.jpeg) no-repeat center center fixed;
background: $grey-dark;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
@@ -18,6 +18,7 @@
width:50%;
left:25%;
top: 100px;
box-shadow: 0 0 2.5rem 0 rgba(0,0,0,0.25);
}
.register-button {