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@thinkbot.de>2021-02-21 16:59:23 +0300
committerdataCobra <datacobra@thinkbot.de>2021-02-21 16:59:23 +0300
commitf2d7911c28dd8ab49de0a93cec0cfff64f3a4c0c (patch)
tree18cb40e575b0206760b2f1dd53d0f567a9d16ea7
parent429224b953eb263e2dc6aabd301b461a7277c615 (diff)
Fix whitespace between posttags and footer
-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 9c8490e..f086c4e 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -422,7 +422,7 @@ table th {
.tags {
text-align: center;
- padding: 5px 0 20px 0;
+ padding: 5px 0 5px 0;
}
.clearit {