aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-10-28 16:05:50 +0200
committerOscar Najera <hi@oscarnajera.com>2023-10-28 16:05:50 +0200
commit578d288907f178de8a0be1a631bca6b4f46a9242 (patch)
tree5c069accc7f5f6feedbcd27429f4ae7876ace74f
parent226fc21401325924657a6b7813aac7e470e2da08 (diff)
downloadhugo-minimalist-theme-578d288907f178de8a0be1a631bca6b4f46a9242.tar.gz
hugo-minimalist-theme-578d288907f178de8a0be1a631bca6b4f46a9242.tar.bz2
hugo-minimalist-theme-578d288907f178de8a0be1a631bca6b4f46a9242.zip
css formatting
-rw-r--r--assets/scss/style.scss25
1 files changed, 15 insertions, 10 deletions
diff --git a/assets/scss/style.scss b/assets/scss/style.scss
index 1481cdb..7964535 100644
--- a/assets/scss/style.scss
+++ b/assets/scss/style.scss
@@ -5,7 +5,7 @@
/* @import "tachyons/src/_debug-grid"; */
/* Uncomment out the line below to help debug layout issues */
-// @import "tachyons/src/_debug";
+/* @import "tachyons/src/_debug"; */
@import "syntax";
@@ -209,22 +209,25 @@ footer {
// CV ENTRY
.cv-entry, .cv-honor {
@extend .ml3, .pl4, .pb2, .relative;
- .cv-host, .cv-date, .cv-location {
+ .cv-host,
+ .cv-date,
+ .cv-location {
@extend .fw3, .mid-gray, .ma0, .pa0;
}
.cv-host::before {
font-family: "Font Awesome 6 Free";
content: "\f1ad";
font-weight: 900;
- margin: 0 .5rem ;
+ margin: 0 0.5rem;
}
.cv-location::before {
font-family: "Font Awesome 6 Free";
content: "\f041";
font-weight: 900;
- margin: 0 .5rem ;
+ margin: 0 0.5rem;
}
- p, ul {
+ p,
+ ul {
@extend .mv1, .pv1, .f5;
}
}
@@ -243,14 +246,15 @@ footer {
transform: translateX(-50%);
left: 0;
}
- .cv-date, .cv-location {
+ .cv-date,
+ .cv-location {
@extend .dib;
}
.cv-date::before {
font-family: "Font Awesome 6 Free";
content: "\f133";
font-weight: 900;
- margin: 0 .5rem ;
+ margin: 0 0.5rem;
}
}
.cv-honor {
@@ -258,13 +262,14 @@ footer {
@extend .ma0, .f4;
margin-left: 3.25rem;
}
- .cv-date {
+ .cv-date {
position: absolute;
left: 0;
top: 0.05rem;
font-size: 1.25rem;
}
- .cv-host, .cv-location {
+ .cv-host,
+ .cv-location {
@extend .dib;
}
.cv-date::before {
@@ -272,7 +277,7 @@ footer {
color: #ffb700;
content: "\f559";
font-weight: 900;
- margin: 0 .5rem ;
+ margin: 0 0.5rem;
}
}