addedd fabform
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user