bing bong
This commit is contained in:
@@ -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
|
||||
/* -------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user