mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-12-24 23:19:38 -05:00
Update cardv2 for mobile layouts (#1849)
This commit is contained in:
parent
6f0cedfcc3
commit
18aacfcb94
@ -61,7 +61,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
<div class="d-flex justify-content-between flex-column flex-md-row align-items-start align-items-md-center">
|
<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
|
<a
|
||||||
href="{{include.website}}"
|
href="{{include.website}}"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
@ -82,7 +82,7 @@
|
|||||||
<a
|
<a
|
||||||
href="{{include.tor}}"
|
href="{{include.tor}}"
|
||||||
rel="noopener"
|
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-toggle="tooltip"
|
||||||
data-placement="bottom"
|
data-placement="bottom"
|
||||||
data-original-title="Requires specific software to access: torproject.org">
|
data-original-title="Requires specific software to access: torproject.org">
|
||||||
@ -93,7 +93,7 @@
|
|||||||
<a
|
<a
|
||||||
href="{{include.i2p}}"
|
href="{{include.i2p}}"
|
||||||
rel="noopener"
|
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-toggle="tooltip"
|
||||||
data-placement="bottom"
|
data-placement="bottom"
|
||||||
data-original-title="Requires specific software to access: geti2p.net">
|
data-original-title="Requires specific software to access: geti2p.net">
|
||||||
|
@ -219,7 +219,13 @@ h2, h3:not(.h5), h4, h5 {
|
|||||||
background: darken($tor, 5%);
|
background: darken($tor, 5%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-btn {
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flow-root {
|
||||||
|
display: flow-root;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Bootstrap 4.2+ features
|
* Bootstrap 4.2+ features
|
||||||
|
Loading…
Reference in New Issue
Block a user