Update cardv2 button layout

This commit is contained in:
nitrohorse 2020-04-21 20:12:22 -07:00
parent 2fa634c07f
commit 05b3df9cb9
No known key found for this signature in database
GPG Key ID: 6F3175557E766CBF
2 changed files with 9 additions and 3 deletions

View File

@ -61,7 +61,7 @@
{% endif %}
</p>
<div class="d-flex justify-content-between flex-column flex-md-row align-items-start align-items-md-center">
<div class="d-flex flex-shrink-0 mr-1">
<div class="flow-root flex-shrink-0 mr-1">
<a
href="{{include.website}}"
rel="noopener"
@ -82,7 +82,7 @@
<a
href="{{include.tor}}"
rel="noopener"
class="hover-text-decoration-none mt-1 mr-1"
class="btn icon-btn hover-text-decoration-none mt-1 mr-1"
data-toggle="tooltip"
data-placement="bottom"
data-original-title="Requires specific software to access: torproject.org">
@ -93,7 +93,7 @@
<a
href="{{include.i2p}}"
rel="noopener"
class="hover-text-decoration-none mt-1 mr-1"
class="btn icon-btn hover-text-decoration-none mt-1 mr-1"
data-toggle="tooltip"
data-placement="bottom"
data-original-title="Requires specific software to access: geti2p.net">

View File

@ -219,7 +219,13 @@ h2, h3:not(.h5), h4, h5 {
background: darken($tor, 5%);
}
.icon-btn {
padding: 0px;
}
.flow-root {
display: flow-root;
}
/*
* Bootstrap 4.2+ features