From 421677613114bb40780d3a5516b6930d386d0b09 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 21 Oct 2019 06:49:39 +0200 Subject: Added comments and updated CV --- source/assets/default.css | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) (limited to 'source/assets/default.css') diff --git a/source/assets/default.css b/source/assets/default.css index 0d1b09e..ee88a25 100644 --- a/source/assets/default.css +++ b/source/assets/default.css @@ -5,8 +5,8 @@ * { box-sizing: border-box; -moz-osx-font-smoothing: grayscale !important; - text-rendering: optimizeLegibility !important; - -webkit-font-smoothing: antialiased !important; + text-rendering: optimizeLegibility !important; + -webkit-font-smoothing: antialiased !important; } body { @@ -55,7 +55,7 @@ img { } .wrapper { - max-width: 800px; + max-width: 720px; margin: 0 auto; } @@ -301,6 +301,26 @@ article img.large { } } +/******************************************************************* COMMENTS */ + +#commento { + margin-top: 75px; +} + +#commento-footer { + display: none !important; +} + +#commento-submit-button-root { + background: #fff !important; + color: #495057 !important; + box-shadow: none !important; +} + +.commento-avatar-img { + margin-top: 0 !important; +} + /********************************************************************** PRINT */ @media print { -- cgit v1.2.3