Adjustments to jumbotron buttons

This commit is contained in:
Adam Iannazzone 2025-01-02 10:28:08 -05:00
parent c897284c4d
commit bae6640381
2 changed files with 11 additions and 2 deletions

View file

@ -109,6 +109,15 @@ p {
background: var(--gradient-2) !important;
}
.jumbotron .btn {
min-width: 75%;
}
.jumbotron .btn svg {
height: 3em;
aspect-ratio: 1.0;
}
/* Features Styles */
#features {

View file

@ -215,7 +215,7 @@
<a type="button" class="btn btn-dark align-center p-2" target="_blank"
rel="noopener noreferrer" href="https://www.stopkillinggames.com/">
<div class="row align-items-center">
<div class="col-6">
<div class="col-4">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 599.5 281.3" fill="#946beb" xml:space="preserve">
@ -254,7 +254,7 @@
c-4.9-3.5-11.9-5.9-11.9-5.9L524.1,10L524.1,10z" />
</svg>
</div>
<div class="col-6 text-start">Learn More</div>
<div class="col-8 text-start">Learn More</div>
</div>
</a>
</div>