debug retractable message mobile

This commit is contained in:
Valentin 2024-10-22 10:53:45 +02:00
parent 763d687b73
commit 2e377dfef0
1 changed files with 1 additions and 1 deletions

View File

@ -696,7 +696,6 @@ body{
align-items: center; align-items: center;
transform: rotate(90deg) scale(1); transform: rotate(90deg) scale(1);
transition: all 0.3s ease-out; transition: all 0.3s ease-out;
text-wrap: nowrap;
&:hover { &:hover {
transform: rotate(90deg) scale(1.05); transform: rotate(90deg) scale(1.05);
} }
@ -718,6 +717,7 @@ body{
margin-bottom: 0.2rem; margin-bottom: 0.2rem;
font-size: $sm-font-size-mobile; font-size: $sm-font-size-mobile;
text-wrap: nowrap; text-wrap: nowrap;
white-space: nowrap;
@media screen and (min-width: $desktop-min-width) { @media screen and (min-width: $desktop-min-width) {
font-size: $sm-font-size-desktop; font-size: $sm-font-size-desktop;
} }