Added form styling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user