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

github.com/themefisher/kross-hugo-portfolio-template.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorsomrat-gyver <somrat.gyver@gmail.com>2020-07-07 13:12:36 +0300
committersomrat-gyver <somrat.gyver@gmail.com>2020-07-07 13:12:36 +0300
commit969590b935ce90eec85d519ff8e88c2c22e185d7 (patch)
tree800ac2964bb3d578ad3246abc66ac9bf65b8bb4a /assets
parent873f139866230447216cccf9b9d7f2a1651b9ef5 (diff)
added project single page and gmap on contact page
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index d70700f..6c7c268 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -331,6 +331,10 @@ a:hover {
overflow: hidden
}
+.font-primary {
+ font-family: roboto, serif !important
+}
+
.font-secondary {
font-family: playfair display, serif !important
}
@@ -870,4 +874,17 @@ blockquote {
.filter-controls li.active {
font-weight: 700
+}
+
+.social-icons a{
+ height: 100px;
+ width: 100px;
+ line-height: 100px;
+ border-radius: 50%;
+ display: block;
+ box-shadow: 0 18px 39.1px 6.9px rgba(224,241,255,.34);
+ color: #fff;
+ background-color: var(--primary-color);
+ font-size: 20px;
+ text-align: center;
} \ No newline at end of file