From 261b5e3e80d1e75fdcd042675154a82c2ce469fb Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 5 Jul 2021 21:56:06 +0200 Subject: Added CV section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- stylesheets/partials/minima/_cv.scss | 50 ++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 stylesheets/partials/minima/_cv.scss (limited to 'stylesheets/partials/minima/_cv.scss') diff --git a/stylesheets/partials/minima/_cv.scss b/stylesheets/partials/minima/_cv.scss new file mode 100644 index 0000000..5e08134 --- /dev/null +++ b/stylesheets/partials/minima/_cv.scss @@ -0,0 +1,50 @@ +#cv { + h1 { + margin-bottom: 0px; + } + + h2 { + margin-top: 30px; + } + + .info { + margin-bottom: 30px; + } + + a { + color: $text-color; + text-decoration: underline; + &:hover { + text-decoration: none; + } + } + + .info a { + text-decoration: none; + &:hover { + text-decoration: underline; + } + } + + p { + position: relative; + margin-right: 0; + } + + code { + font: normal normal; + color: $text-color; + background-color: $background-color; + border: 0px; + } + + p code { + position: absolute; + text-align: right; + right: 0%; + } + + .end { + margin-top: 50px; + } +} -- cgit v1.2.3