Compare commits

..

2 Commits

Author SHA1 Message Date
Valentin 763d687b73 debug list étapes mobi;e 2024-10-22 10:52:28 +02:00
Valentin a77dfc36e5 debug prod mobile 2024-10-22 10:50:48 +02:00
1 changed files with 3 additions and 0 deletions

View File

@ -552,6 +552,7 @@ body{
max-width: 100%;
transition: all 0.3s ease-out;
justify-self: flex-end;
align-self: flex-end;
&.retracted {
max-width: 25%;
// grid-column: 16 / span 1;
@ -695,6 +696,7 @@ body{
align-items: center;
transform: rotate(90deg) scale(1);
transition: all 0.3s ease-out;
text-wrap: nowrap;
&:hover {
transform: rotate(90deg) scale(1.05);
}
@ -715,6 +717,7 @@ body{
margin: 0;
margin-bottom: 0.2rem;
font-size: $sm-font-size-mobile;
text-wrap: nowrap;
@media screen and (min-width: $desktop-min-width) {
font-size: $sm-font-size-desktop;
}