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

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-03-25 01:40:52 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-03-25 01:40:52 +0300
commit263642dd7832953438543801a57b763edb04caa1 (patch)
tree8001b9091a4d0e12a983f0394671d0b3fd71a7bb /assets
parent6fd5888bfad5b72fda83f75b28209e372e3803f5 (diff)
remove position fixed
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 3050aea..63a32ff 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -6,7 +6,6 @@
flex-direction: column;
min-height: 90vh;
padding: 3.75rem 1.75rem;
- position: fixed;
justify-content: center;
}
@@ -34,4 +33,6 @@
.cta:hover {
background-color: var(--background);
color: var(--green);
-} \ No newline at end of file
+}
+
+/* CONTACT */ \ No newline at end of file