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

github.com/dataCobra/hugo-vitae.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordataCobra <datacobra@mailbox.org>2020-01-02 18:30:38 +0300
committerdataCobra <datacobra@mailbox.org>2020-01-02 18:30:38 +0300
commit9c4ce33eab17d70ce4ebdff04d4b604bb4921f4f (patch)
treedf7e2d18ee86e4034670db2002c36f199b817d6e
parent7e9a4f7c016f2ee1453fb2d5dbc8ec729ac8ed13 (diff)
Fix for displayed date1.0.5
The new year 2020 is bigger in characters then 2019 was. Because of that there was a unwanted break. This is a quick fix for this problem.
-rw-r--r--static/css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css
index bdbd158..6b61705 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -313,7 +313,7 @@ ul {
}
.post-header .meta .date .rest {
display: block;
- font-size: 0.85em;
+ font-size: 0.80em;
font-family: "Roboto Slab Regular", serif;
}
.post-header h1.title {