8000 Evened out the cards · codezoned/codezoned.com@d510149 · GitHub
[go: up one dir, main page]

Skip to content

Commit d510149

Browse files
committed
Evened out the cards
1 parent 3bb1c7d commit d510149

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -437,38 +437,38 @@ <h3 class="display-5" style="font-family: quicksand; color: #272727;">Some of ou
437437
<br>
438438
<div class="row">
439439
<div class="col s12 m12">
440-
<div class="card darken-1" style="background-color: white; min-height: 240px;">
440+
<div class="card darken-1" style="background-color: white; min-height: 260px;">
441441
<div class="card-content white-text">
442442
<span class="card-title" style="color: black;"><strong>ScriptsDump</strong> </span>
443443
<p style="color: #777777">ScriptsDump is a complete repository of all kind of scripts we and you can think of.</p>
444444
</div>
445-
<div class="card-action">
445+
<div class="card-action" style="position: absolute;bottom: 0;width: 100%;">
446446
<a href="https://github.com/codezoned/ScriptsDump"><div class='button -regular center' style="background-color: #2196F3; color: white;" id="hoverbtn">Check it out!</div></a>
447447

448448
</div>
449449
</div>
450450
</div>
451451

452452
<div class="col s12 m12">
453-
<div class="card darken-1" style="background-color: white; min-height: 240px;">
453+
<div class="card darken-1" style="background-color: white; min-height: 260px;">
454454
<div class="card-content white-text">
455455
<span class="card-title" style="color: black;"><strong>RIG</strong></span>
456456
<p style="color: #777777">RIG (Randomized ID Generator) is an app to generate IDs and badges for any event or meetup!</p>
457457
</div>
458-
<div class="card-action">
458+
<div class="card-action" style="position: absolute;bottom: 0;width: 100%;">
459459
<a href="https://github.com/codezoned/rig"><div class='button -regular center hoverbtn' style="background-color: #2196F3; color: white;">Check it out!</div></a>
460460

461461
</div>
462462
</div>
463463
</div>
464464

465465
<div class="col s12 m12">
466-
<div class="card darken-1" style="background-color: white; min-height: 240px;">
466+
<div class="card darken-1" style="background-color: white; min-height: 260px;">
467467
<div class="card-content white-text">
468468
<span class="card-title" style="color: black;"><strong>BlogCast</strong> </span>
469469
<p style="color: #777777">BlogCast is a 100% Opensource blogging App/Platform.</p>
470470
</div><br>
471-
<div class="card-action">
471+
<div class="card-action" style="position: absolute;bottom: 0;width: 100%;">
472472
<a href="https://github.com/codezoned/BlogCast"><div class='button -regular center hoverbtn' style="background-color: #2196F3; color: white;">Check it out!</div></a>
473473

474474
</div>

0 commit comments

Comments
 (0)
0