Fixed Showcase card sizing

This commit is contained in:
elvistony 2023-07-23 17:03:59 +01:00
parent 0a84e96841
commit aef578e3e6

View file

@ -105,16 +105,16 @@ w3: true
</div> </div>
<div class="w3-row w3-margin-top"> <div class="w3-row w3-margin-top">
<div class="w3-padding w3-black w3-round"> <div class="w3-margin w3-black w3-round">
<div class="w3-row"> <div class="w3-row w3-padding-16 w3-margin">
<div class="w3-col m9 w3-padding"> <div class="w3-col m9">
<p>Looking for the Ninja's Creator Hub?</p> <p>Looking for the Ninja's Creator Hub?</p>
<h1 style="font-weight: 1000;font-size: 6vh;">Showcase</h1> <h1 style="font-weight: 1000;font-size: 6vh;">Showcase</h1>
<h3>A Place to Showcase works of art that are made by our talented & creative ninjas.</h3> <h3>A Place to Showcase works of art that are made by our talented & creative ninjas.</h3>
<a href="https://showcase.codeninjaslangley.co.uk" class="btn btn-success w3-small" target="_blank">View Showcase</a> <a href="https://showcase.codeninjaslangley.co.uk" class="btn btn-success w3-small" target="_blank">View Showcase</a>
</div> </div>
<div class="w3-col m3"> <div class="w3-col m3">
<img class="w3-margin" src="https://showcase.codeninjaslangley.co.uk/assets/images/through-the-window.svg" style="width: 400px;" alt=""> <img class="w3-margin" src="https://showcase.codeninjaslangley.co.uk/assets/images/through-the-window.svg" style="width: 300px;" alt="">
</div> </div>
</div> </div>
</div> </div>