mobile styles

This commit is contained in:
2021-04-12 13:40:36 +02:00
parent a1b87af931
commit 2daf1e2fa7
3 changed files with 36 additions and 15 deletions

View File

@@ -48,4 +48,11 @@
&:focus,&:hover
background-color: var(--dark-bg3)
transform: scale(1.05)
@media only screen and (max-width: 872px)
.card
font-size: .8em
width: 18rem
img
width: 64px
</style>