Added form styling

This commit is contained in:
Andre Beging
2020-02-12 22:13:45 +01:00
parent b93080cd34
commit bce1c032d1
7 changed files with 246 additions and 11 deletions

View File

@@ -6,6 +6,7 @@
@import "_style.scss";
@import "_footer.scss";
@import "_cards.scss";
@import "_form.scss";
@font-face {
font-family: "SFMoviePoster";
@@ -91,11 +92,25 @@ p {
padding-bottom: 300px;
}
hr {
color: $primary-color;
text-align: left;
margin-left:0;
width: 300px;
max-width: 100%;
margin-bottom: 25px;
}
.center-container {
display: flex;
justify-content: center;
}
.text-center {
text-align: center;
}
a.btn {
input.btn, a.btn {
color: #000 !important;
border: 1px solid #ccc;
border-radius: 4px;
@@ -183,9 +198,9 @@ body.hero {
}
h1 {
font-size: 15vw;
font-size: 14vw;
font-weight: normal;
line-height: 15vw;
line-height: 11vw;
img {
width: 18vw;