Finally got clicks for buttons (international) in shop working

This commit is contained in:
2024-09-14 15:27:11 +02:00
parent 66242575bd
commit 3a12f8889b
8 changed files with 663 additions and 561 deletions

View File

@@ -28,6 +28,16 @@ body {
background: radial-gradient(125% 100% at 50% 0%,#11ABFF 20%,transparent 70%);
/* By MrEidam */
}
#search{
min-width: 230px;
height: 30px;
padding-left: .5rem;
margin: 10px 15px;
border-radius: 5px;
border: 1px solid #000;
}
#logclick{
position: relative;
display: flex;
@@ -81,8 +91,8 @@ body {
flex-direction: column;
justify-content: space-evenly;
align-items: center;
width: 300px;
min-height: 275px;
width: 275px;
min-height: 250px;
filter: drop-shadow(0px 20px 14px #444);
text-align: center;
}
@@ -106,11 +116,13 @@ body {
}
.item .title span{
color: #00ec00;
font-size: 15px;
font-size: 12.5px;
}
.buttons{
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
}
.buttons .column{
@@ -227,4 +239,9 @@ button{
#disclick{
text-shadow: none;
}
}
@media screen and (max-width: 600px){
.item{
}
}