Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gevhaz/hugo-theme-notrack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon <gevhaz@tutanota.com>2020-06-04 16:56:17 +0300
committerSimon <gevhaz@tutanota.com>2020-06-04 16:56:17 +0300
commit8f9da393124138edc98b5ff2a35f0bdf6973f2e4 (patch)
tree06c64fdd600d1f4a493607fbf835649089cc6261
parent6274514bbc3ffd4d43bdf4f082aee0fca566a607 (diff)
Styling for resume
-rw-r--r--static/css/styles.css2
-rw-r--r--static/css/styles.scss2
2 files changed, 4 insertions, 0 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index ac59c22..38b6ea5 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -339,6 +339,8 @@ em.taxonomy-emph {
list-style-type: "– ";
font-family: FreeSerif, serif;
margin-top: 0; }
+ .category-content ol {
+ margin-top: 0; }
.resume-entry {
margin: 0 0 1em 0; }
diff --git a/static/css/styles.scss b/static/css/styles.scss
index 73e0aed..a888e36 100644
--- a/static/css/styles.scss
+++ b/static/css/styles.scss
@@ -465,6 +465,8 @@ em.taxonomy-emph {
font-family: FreeSerif, serif;
margin-top: 0;
}
+
+ ol { margin-top: 0; }
}
.resume-entry {