debug prod mobile
This commit is contained in:
parent
fc6c1f6653
commit
a77dfc36e5
|
@ -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;
|
||||
|
@ -715,6 +716,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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue