addedd fabform

This commit is contained in:
Md-Saad
2022-08-24 19:10:07 +06:00
parent a6d668b124
commit 261c48732d
5 changed files with 45 additions and 3 deletions

View File

@@ -28,4 +28,19 @@
}
}
}
}
.contact-form-generator {
margin-top: 20px;
a{
color: $text-color-dark;
text-transform: uppercase;
margin-bottom: 50px;
letter-spacing: 3px;
@include tablet{
font-size: 20px;
}
@include desktop{
margin-bottom: 70px;
}
}
}

View File

@@ -61,4 +61,23 @@
}
}
}
&-copyright{
p{
color: $white;
margin: 50px auto 0;
text-align: center;
}
a{
color: $text-color-dark;
text-transform: uppercase;
margin-bottom: 50px;
letter-spacing: 3px;
@include tablet{
font-size: 20px;
}
@include desktop{
margin-bottom: 70px;
}
}
}
}