investigation responsive
All checks were successful
Deploy / Deploy to Production (push) Successful in 14s

This commit is contained in:
Julie Blanc 2026-02-23 17:34:16 +01:00
parent f24b296ff7
commit bdb60646d0
14 changed files with 562 additions and 133 deletions

View file

@ -64,14 +64,10 @@
color: var(--color-txt-light);
flex-grow: 1;
width: 100%;
white-space: nowrap;
// overflow: hidden;
// text-overflow: ellipsis;
// align-items: center;
padding-top: 5px;
min-width: 0;
.type{
text-transform: uppercase;
&::after{
@ -84,23 +80,39 @@
}
.title{
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
@media #{$small} {
display: flex;
align-items: center;
justify-content: center;
// display: flex;
// align-items: center;
// justify-content: center;
.bottom-bar__inner{
height: calc(var(--header-h)*0.5);
height: calc(var(--header-h)*0.75);
justify-content: center;
align-items: center;
}
.title-group, .btn--download, .btn--back-to-top{ display: none; }
.btn--download, .btn--back-to-top{ display: none; }
}
@media #{$x-small} {
display: flex;
align-items: center;
justify-content: center;
.title-group{
display: none;
}
}
}