tweak font size

This commit is contained in:
Alejandro Gomez 2023-02-05 22:58:11 +01:00
parent 04212285b4
commit 9e850669f9
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -15,6 +15,12 @@
font-size: 32px;
}
@media (max-width: 520px) {
.zap .header .amount {
font-size: 21px;
}
}
.zap .header .pfp {
max-width: 72%;
}