armentieres: make foldable cells icon smaller (#77625)

This commit is contained in:
Corentin Sechet 2023-05-16 15:02:18 +02:00
parent f6745134bd
commit 35727e0011
1 changed files with 20 additions and 11 deletions

View File

@ -123,25 +123,34 @@ div#sidebar {
position: relative;
> div > h2:first-child {
padding-left: 100px;
padding-left: 70px;
@media($max-mobile-viewport) {
padding-left: 60px;
padding-left: 40px;
}
}
picture img {
picture {
position: absolute;
top: 15px;
left: 30px;
width: 40px;
height: auto;
padding: 0;
top: 0;
left: 10px;
height: 50px;
width: 60px;
display: flex;
justify-content: center;
align-items: center;
padding: 0.5rem;
@media($max-mobile-viewport) {
left: 20px;
height: 30px;
top: 18px;
left: 5px;
width: 35px;
}
img {
margin: 0;
padding: 0;
max-height: 100%;
}
}
}