From 578d288907f178de8a0be1a631bca6b4f46a9242 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Sat, 28 Oct 2023 16:05:50 +0200 Subject: css formatting --- assets/scss/style.scss | 25 +++++++++++++++---------- 1 file 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; } } -- cgit v1.2.3