aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 08:47:17 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 08:47:17 +0100
commited7b0ae4532ab41c5a6c31928261b04be8c16adb (patch)
tree9b6da58df68845cf4fc95a9f0d9667ca84e8d64b /templates/base.html
parent7538b4a8796ef2d5a44c20da28439e0f62c52a76 (diff)
downloadmitjafelicijan.com-ed7b0ae4532ab41c5a6c31928261b04be8c16adb.tar.gz
Updated theme
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 7877bdd..f9a323c 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -127,6 +127,10 @@
127 gap: 0.9rem; 127 gap: 0.9rem;
128 } 128 }
129 129
130 audio::-webkit-media-controls-enclosure {
131 border-radius: 0;
132 }
133
130 @media only screen and (max-width: 600px) { 134 @media only screen and (max-width: 600px) {
131 body { 135 body {
132 padding: 0.5em; 136 padding: 0.5em;