aboutsummaryrefslogtreecommitdiff
path: root/source/assets
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2019-10-21 06:49:39 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2019-10-21 06:49:39 +0200
commit421677613114bb40780d3a5516b6930d386d0b09 (patch)
treec3388994b4370bd407e197f344792a51d9ae8d9b /source/assets
parenta543aa89c4db8e0e5509e96540a8dc5303159148 (diff)
downloadmitjafelicijan.com-421677613114bb40780d3a5516b6930d386d0b09.tar.gz
Added comments and updated CV
Diffstat (limited to 'source/assets')
-rw-r--r--source/assets/default.css26
1 files changed, 23 insertions, 3 deletions
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 @@
5* { 5* {
6 box-sizing: border-box; 6 box-sizing: border-box;
7 -moz-osx-font-smoothing: grayscale !important; 7 -moz-osx-font-smoothing: grayscale !important;
8 text-rendering: optimizeLegibility !important; 8 text-rendering: optimizeLegibility !important;
9 -webkit-font-smoothing: antialiased !important; 9 -webkit-font-smoothing: antialiased !important;
10} 10}
11 11
12body { 12body {
@@ -55,7 +55,7 @@ img {
55} 55}
56 56
57.wrapper { 57.wrapper {
58 max-width: 800px; 58 max-width: 720px;
59 margin: 0 auto; 59 margin: 0 auto;
60} 60}
61 61
@@ -301,6 +301,26 @@ article img.large {
301 } 301 }
302} 302}
303 303
304/******************************************************************* COMMENTS */
305
306#commento {
307 margin-top: 75px;
308}
309
310#commento-footer {
311 display: none !important;
312}
313
314#commento-submit-button-root {
315 background: #fff !important;
316 color: #495057 !important;
317 box-shadow: none !important;
318}
319
320.commento-avatar-img {
321 margin-top: 0 !important;
322}
323
304/********************************************************************** PRINT */ 324/********************************************************************** PRINT */
305 325
306@media print { 326@media print {