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
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 6c7c268..94a2376 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -887,4 +887,31 @@ blockquote {
background-color: var(--primary-color);
font-size: 20px;
text-align: center;
+}
+
+.project-meta{
+ display: flex;
+ align-items: center;
+}
+
+.project-meta i{
+ height: 100px;
+ min-width: 100px;
+ line-height: 100px;
+ background-color: #fff;
+ color: var(--primary-color);
+ border-radius: 50%;
+ text-align: center;
+ display: block;
+ box-shadow: 0 18px 39.1px 6.9px rgba(224,241,255,.34);
+ font-size: 30px;
+}
+
+.project-meta h4{
+ font-weight: bold;
+ font-size: 24px;
+}
+
+.project-meta p{
+ margin-bottom: 0;
} \ No newline at end of file