Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/StaticMania/roxo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMd-Saad <md.mayejul@gmail.com>2022-08-28 16:12:59 +0300
committerMd-Saad <md.mayejul@gmail.com>2022-08-28 16:12:59 +0300
commit064ca18fc34fed13aa50088288cf6404a7322cc8 (patch)
treed1fc5409db2b629bacb8fcfc042ba06ea7d1afb8
parent930163e4550c8265985563ea9cb9fb2ecd018c22 (diff)
fixed fabform
-rw-r--r--assets/scss/components/_contact.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/scss/components/_contact.scss b/assets/scss/components/_contact.scss
index 0311257..0a88602 100644
--- a/assets/scss/components/_contact.scss
+++ b/assets/scss/components/_contact.scss
@@ -36,6 +36,9 @@
text-transform: uppercase;
margin-bottom: 50px;
letter-spacing: 3px;
+ &:hover{
+ text-decoration: none;
+ }
@include tablet{
font-size: 20px;
}