mirror of
https://github.com/RetroDECK/RetroDECK-Website.git
synced 2025-01-19 15:35:41 +00:00
Adjustments to jumbotron buttons
This commit is contained in:
parent
c897284c4d
commit
bae6640381
|
@ -109,6 +109,15 @@ p {
|
||||||
background: var(--gradient-2) !important;
|
background: var(--gradient-2) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.jumbotron .btn {
|
||||||
|
min-width: 75%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.jumbotron .btn svg {
|
||||||
|
height: 3em;
|
||||||
|
aspect-ratio: 1.0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Features Styles */
|
/* Features Styles */
|
||||||
#features {
|
#features {
|
||||||
|
|
|
@ -215,7 +215,7 @@
|
||||||
<a type="button" class="btn btn-dark align-center p-2" target="_blank"
|
<a type="button" class="btn btn-dark align-center p-2" target="_blank"
|
||||||
rel="noopener noreferrer" href="https://www.stopkillinggames.com/">
|
rel="noopener noreferrer" href="https://www.stopkillinggames.com/">
|
||||||
<div class="row align-items-center">
|
<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"
|
<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"
|
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
viewBox="0 0 599.5 281.3" fill="#946beb" xml:space="preserve">
|
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" />
|
c-4.9-3.5-11.9-5.9-11.9-5.9L524.1,10L524.1,10z" />
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-6 text-start">Learn More</div>
|
<div class="col-8 text-start">Learn More</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue