aboutsummaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-10-15 20:44:00 +0200
committerOscar Najera <hi@oscarnajera.com>2023-10-15 20:44:00 +0200
commit0ec36ee8242364847305df19e5f7f47f8b99125c (patch)
treed6500c1f8e94756737851523886319e88d96c6f7 /assets
parent7db628dc7b899b5e3f327f6f492d437d72bfdf42 (diff)
downloadhugo-minimalist-theme-0ec36ee8242364847305df19e5f7f47f8b99125c.tar.gz
hugo-minimalist-theme-0ec36ee8242364847305df19e5f7f47f8b99125c.tar.bz2
hugo-minimalist-theme-0ec36ee8242364847305df19e5f7f47f8b99125c.zip
About section with Experience items
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/style.scss30
1 files changed, 26 insertions, 4 deletions
diff --git a/assets/scss/style.scss b/assets/scss/style.scss
index e4c8ad0..49fc481 100644
--- a/assets/scss/style.scss
+++ b/assets/scss/style.scss
@@ -165,20 +165,42 @@
}
dl {
- @extend .ph5;
+ @extend .ph4, .mh5-ns, .mh3, .pb2;
}
dt {
@extend .b;
}
- dd p {
- @extend .ma0;
- }
}
footer {
a {
@extend .link, .near-white, .underline;
}
}
+// CV ENTRY
+.cv-entry {
+ padding-left: 2rem;
+ dl {
+ border-left: 1px solid #ccc;
+ position: relative;
+ margin: 0;
+ }
+ dt::before {
+ content: "";
+ position: absolute;
+ width: 2rem;
+ height: 2rem;
+ background-color: #79c753;
+ border-radius: 50%;
+ transform: translateX(-50%);
+ left: 0;
+ }
+ dd {
+ @extend .mh3;
+ p:first-of-type {
+ @extend .mid-gray, .fw3, .mt0;
+ }
+ }
+}
// Title font
@font-face {