aboutsummaryrefslogtreecommitdiff
path: root/template/style.css
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-12-08 11:59:37 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-12-08 11:59:37 +0100
commitb0b8f7ffbf563f341745e86bfe85f080f6a8db27 (patch)
treec56029d1d0939d899a622c60309dfccd0b84e7bb /template/style.css
parent2a373fcbb6dc6eb864f1c9f3351efe4b5ed2abf0 (diff)
downloadmitjafelicijan.com-b0b8f7ffbf563f341745e86bfe85f080f6a8db27.tar.gz
A bunch of changes
Diffstat (limited to 'template/style.css')
-rwxr-xr-xtemplate/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/style.css b/template/style.css
index 972c8f0..aa0be85 100755
--- a/template/style.css
+++ b/template/style.css
@@ -1,5 +1,5 @@
1:root { 1:root {
2 --base-document-width: 740px; 2 --base-document-width: 680px;
3 --base-font-size: 18px; 3 --base-font-size: 18px;
4 --base-color: #111111; 4 --base-color: #111111;
5 5
@@ -176,7 +176,7 @@ blockquote p {
176 176
177.post-list li time { 177.post-list li time {
178 display: block; 178 display: block;
179 font-size: 70%; 179 font-size: 80%;
180 font-weight: 500; 180 font-weight: 500;
181 line-height: 1.2em; 181 line-height: 1.2em;
182} 182}
@@ -300,7 +300,7 @@ article img {
300 position: relative; 300 position: relative;
301 left: -10%; 301 left: -10%;
302 margin: 40px auto; 302 margin: 40px auto;
303 border: 1px solid #eee; 303 /* border: 1px solid #eee; */
304} 304}
305 305
306article strong { 306article strong {
@@ -349,7 +349,7 @@ audio {
349 article img { 349 article img {
350 max-width: 100%; 350 max-width: 100%;
351 position: initial; 351 position: initial;
352 margin: 50px auto; 352 margin: 20px auto;
353 } 353 }
354} 354}
355 355