]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix banner
authorJeremy Thomas <bbxdesign@gmail.com>
Thu, 16 Jan 2025 13:01:55 +0000 (13:01 +0000)
committerJeremy Thomas <bbxdesign@gmail.com>
Thu, 16 Jan 2025 13:01:55 +0000 (13:01 +0000)
docs/_includes/website/banner.html

index f9a925777496bad7352f37967887b233f84a5bbb..446b7f8ba238c73a213731e4f23f2caa41dd31a5 100644 (file)
@@ -1,15 +1,13 @@
-<div class="launch-code is-animated">
-  <h3>
-    <a href="https://cssmasterclass.io/" target="_blank"
-      ><img
+<a href="https://cssmasterclass.io/" target="_blank" class="launch-code is-animated">
+  <h3><img
         src="{{site.url}}/assets/images/masterclass/logo-desktop.png"
         height="40"
         width="300"
-    /></a>
+    />
   </h3>
 
   <small>
     Learn CSS with 🎓 online interactive courses,📺 educational videos, and
     🧑🏻‍💻project-building tutorials.
   </small>
-</div>
+</a>