Reworked mobile UI for some components

This commit is contained in:
t1enne
2022-07-08 22:20:22 +02:00
parent 37ad329072
commit efbe6907ac
15 changed files with 223 additions and 132 deletions

View File

@@ -4,8 +4,9 @@
align-items: center;
justify-content: center;
overflow: hidden;
width: clamp(4rem, 10vw, 120px);
height: clamp(4rem, 10vw, 120px);
margin-right: .5rem;
width: clamp(2.5vh, 9vw, 120px);
height: clamp(2.5vh, 9vw, 120px);
border-radius: 50%;
border-width: 3px;
border-style: solid;
@@ -27,3 +28,4 @@
background-position: center;
overflow: hidden;
}