margin on leaderboard pic + auto input qr

This commit is contained in:
Lara REALI 2023-06-23 19:58:45 +02:00
parent b27cb189b3
commit 4d98765009
2 changed files with 4 additions and 3 deletions

View File

@ -11,7 +11,7 @@ input.qr::-webkit-inner-spin-button {
margin: 0; margin: 0;
} }
input.qr{ input.qr{
width: 20%; width: auto;
border-radius: 5px; border-radius: 5px;
background-color: rgb(0, 0, 0); background-color: rgb(0, 0, 0);
margin : 1%; margin : 1%;

View File

@ -54,7 +54,7 @@
@ -80,6 +80,7 @@
border-radius: 50%; border-radius: 50%;
border: thick; border: thick;
border-color: red; border-color: red;
margin-left: 10px;
/* border-image: linear-gradient(90deg, #5843e4, #5a0760); */ /* border-image: linear-gradient(90deg, #5843e4, #5a0760); */
/* margin-top: 20px; */ /* margin-top: 20px; */
@ -158,4 +159,4 @@
border: solid 0px #ccc; border: solid 0px #ccc;
background-color: #000; background-color: #000;
border-radius: 3%; border-radius: 3%;
} */ } */