summary refs log tree commit diff stats
path: root/assets
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-07-26 12:58:43 +0200
committermounderfod <mounderfod@gmail.com>2023-07-26 12:58:43 +0200
commitaced5f9c5b126ecc672bb96935bf2af1e0257e03 (patch)
tree75023e6592e20005f853d0bdc914607f0459edfc /assets
parent418f9edb86c9a897c69cbb8f1adfca84a943be4f (diff)
downloadwebsite-aced5f9c5b126ecc672bb96935bf2af1e0257e03.tar.gz
Update image CSS rules
Diffstat (limited to 'assets')
-rw-r--r--assets/index.css11
1 files changed, 1 insertions, 10 deletions
diff --git a/assets/index.css b/assets/index.css
index 1aa54ce..de21004 100644
--- a/assets/index.css
+++ b/assets/index.css
@@ -14,15 +14,6 @@ html {
   }
 }
 
-img {
-  transition:transform 0.25s ease;
-}
-
-img:hover {
-  -webkit-transform:scale(3); /* or some other value */
-  transform:scale(3);
-}
-
 h2 > a::before {
   content: '> ';
 }
@@ -44,7 +35,7 @@ a {
 }
 
 img {
-    max-width: 50%;
+    max-width: 75%;
     margin-left: auto;
     margin-right: auto;
 }