Hide stretch goal base on responsive view

This commit is contained in:
Alex Cabal 2025-01-05 13:55:41 -06:00
parent ce618dd49d
commit 3260f45d9b

View file

@ -3648,6 +3648,10 @@ a.patron-selection:any-link:hover{
.donate table td p{
text-align: center;
}
div.progress p.stretch-base{
display: none;
}
}
@media(max-width: 870px){