Sven Fehler 3 years ago
parent
commit
5ed5d184d7
2 changed files with 6 additions and 6 deletions
  1. 2 2
      css/index.css
  2. 4 4
      index.html

+ 2 - 2
css/index.css

@@ -20,12 +20,12 @@
     color: initial;
     color: initial;
 }
 }
 
 
-.img-link > div.ilb {
+#kofi-link {
     display: inline-block;
     display: inline-block;
     transition: transform 0.2s;
     transition: transform 0.2s;
 }
 }
 
 
-.img-link > div.ilb:hover {
+#kofi-link:hover {
     transform: scale(1.1);
     transform: scale(1.1);
     transition: transform 0.5s;
     transition: transform 0.5s;
 }
 }

+ 4 - 4
index.html

@@ -65,11 +65,11 @@
             </div>
             </div>
             <div style="display: flex; flex-direction: column;">
             <div style="display: flex; flex-direction: column;">
                 <p>A small network offering free to use and open source applications and services.</p>
                 <p>A small network offering free to use and open source applications and services.</p>
-                <a href="./ko-fi" class="img-link not-block" target="_blank">
-                    <div class="ilb">
+                <div>
+                    <a href="./ko-fi" id="kofi-link" class="img-link" target="_blank">
                         <img id="kofi-img" style="max-width: 100%;" src="./resources/images/ko-fi_button.png" alt="Ko-fi button">
                         <img id="kofi-img" style="max-width: 100%;" src="./resources/images/ko-fi_button.png" alt="Ko-fi button">
-                    </div>
-                </a>
+                    </a>
+                </div>
             </div>
             </div>
         </div>
         </div>
         <div id="projects">
         <div id="projects">