Display LN capacity on mobile

fixes #2610
This commit is contained in:
softsimon 2022-10-06 21:12:23 +04:00
parent 54c44565fb
commit d288da1e18
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -38,7 +38,8 @@
&.more-padding {
padding-top: 10px;
}
&:first-child{
&:last-child {
margin-bottom: 0;
display: none;
@media (min-width: 485px) {
display: block;
@ -50,9 +51,6 @@
display: block;
}
}
&:last-child {
margin-bottom: 0;
}
.card-text span {
color: #ffffff66;
font-size: 12px;