summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--about.markdown2
-rw-r--r--assets/index.css11
2 files changed, 2 insertions, 11 deletions
diff --git a/about.markdown b/about.markdown
index 88026d5..3130d2d 100644
--- a/about.markdown
+++ b/about.markdown
@@ -29,4 +29,4 @@ If you have any questions/messages:
 ## Using my stuff
 All the content of the website (unless explicitly stated otherwise) is CC-BY - basically, do whatever the fuck you want but credit me some(how/where).
 
-![CC-BY badge](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by.svg)
+<img class="no-grow" alt="CC-BY badge" src="https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by.svg">
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;
 }