debug retractable message mobile
This commit is contained in:
parent
763d687b73
commit
2e377dfef0
|
@ -696,7 +696,6 @@ 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);
|
||||
}
|
||||
|
@ -718,6 +717,7 @@ body{
|
|||
margin-bottom: 0.2rem;
|
||||
font-size: $sm-font-size-mobile;
|
||||
text-wrap: nowrap;
|
||||
white-space: nowrap;
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
font-size: $sm-font-size-desktop;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue