Fix/misc UI (#2215)

* add courier new as asset

* fix login button on mobile
This commit is contained in:
Lucy C
2023-03-13 17:24:59 -06:00
committed by GitHub
parent 427ab12724
commit caf47943c3
4 changed files with 26 additions and 0 deletions

View File

@@ -77,3 +77,15 @@ ion-card {
.item-interactive {
--highlight-background: #5260ff !important;
}
@media (max-width: 500px) {
ion-button {
--border-radius: 4px;
margin-top: 0.7rem;
}
ion-item {
--border-radius: 4px;
}
}