bing bong

This commit is contained in:
Victor Turgeon
2022-10-25 10:44:29 -04:00
parent 80375cda05
commit e1c126372b
3 changed files with 59 additions and 26 deletions

View File

@@ -234,8 +234,7 @@ html {
}
.item-img {
padding-top: 2%;
box-shadow: 5px 5px;
box-shadow: 2px 5px rgba(0, 0, 0, 0.608);
border-radius: 2px;
display: block;
margin-right: auto;
@@ -463,19 +462,30 @@ html {
background-color: beige;
}
.sorting-container {
.morceaux-options-container {
display: flex;
width: 100%;
float: right;
margin-right: 5%;
margin-left: 5%;
margin-top: 15px;
margin-bottom: 15px;
height: fit-content;
border: black 2px solid;
margin-bottom: 16px;
}
.filters-container {
width: 75%;
border: green 2px dotted;
margin: 0px;
}
.sorting-container {
width: 20%;
height: fit-content;
margin:auto;
margin-right: 2%;
}
.sorting-dropdown {
width: fit-content;
margin: auto;
float: right;
}
.cat-load {
@@ -533,22 +543,23 @@ html {
margin-bottom: 10px;
}
.simple-item-top-container{
display:flex;
.simple-item-top-container {
display: flex;
}
.simple-item-title{
.simple-item-title {
text-align: left;
margin: auto;
margin-left: 0px;
max-width: 80%;
}
.simple-item-buttons{
width:fit-content;
.simple-item-buttons {
width: fit-content;
margin-right: 5px;
}
/* -------------------------------------------------------- */
/* specification pour les moyennes écrans
/* -------------------------------------------------------- */