mirror of
https://github.com/codeninjasuk/codeninjasuk.github.io.git
synced 2024-11-26 01:07:53 -05:00
Fixed Showcase card sizing
This commit is contained in:
parent
0a84e96841
commit
aef578e3e6
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue