repos/kloeckner.com.ar

Backup of part of my webpage
Commits Files Refs README LICENSE
commit 79040d0223872d96d1a7fabccff4269b841aa003
parent c45e2b63a726fe3df915067eea14308acab5a6c3
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Wed, 20 Nov 2024 17:04:16 -0300

remove animations and image shadows from about section

Diffstat:
Mcss/about.css | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/css/about.css b/css/about.css
@@ -25,11 +25,11 @@ h4 {
     /* border-width: 1.75px; */
     border-radius: 0em;
 
-    box-shadow: 1px 1px 5px black;
+    /* box-shadow: 1px 1px 5px black; */
 }
 
 .contact_me {
-    animation: blinker 1s linear infinite;
+    /* animation: blinker 1s linear infinite; */
 }
 
 @media (max-width: 800px) {