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

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/default.css')
-rw-r--r--static/css/default.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/css/default.css b/static/css/default.css
index 631c90b..90229c2 100644
--- a/static/css/default.css
+++ b/static/css/default.css
@@ -39,6 +39,14 @@
}
+/* HOME */
+#home {
+ /* The following variables should not be changed (managed by code) */
+ --home-width: 50%;
+ --home-offset-h: 50%;
+ --home-offset-v: 50%;
+}
+
/* ABOUT */
#about {
--about-bkg-color: var(--GENERAL-COLOR-1);