This commit is contained in:
Alejandro Gomez 2023-02-04 00:42:02 +01:00
parent 3304da8a40
commit 5e9d35fb25
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817
1 changed files with 13 additions and 0 deletions

View File

@ -2,6 +2,19 @@
min-height: unset;
}
@media (max-width: 520px) {
.zap .header {
flex-direction: column;
}
.zap .header .pfp {
width: 100%;
padding: 4px;
}
.zap .header .amount {
font-size: 32px;
}
}
.zap .summary {
display: flex;
align-items: center;