css to be responsive (a moitié)
continuous-integration/drone/push Build is passing Details

master
remrem 2 years ago
parent 8f1f6cf7dd
commit 430632932b

@ -3,8 +3,8 @@
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 8rem; height: 12vh;
min-width: 18rem; min-width: 14vw;
padding: 1.5em; padding: 1.5em;
margin: 1.2rem; /* for better display */ margin: 1.2rem; /* for better display */
border: 0.3em solid black; border: 0.3em solid black;
@ -14,7 +14,7 @@
svg { svg {
height: 12vh; height: 12vh;
width: 6vh; width: 3vw;
} }
.item { .item {

Loading…
Cancel
Save