debug prod mobile
This commit is contained in:
parent
fc6c1f6653
commit
a77dfc36e5
|
@ -552,6 +552,7 @@ body{
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
justify-self: flex-end;
|
justify-self: flex-end;
|
||||||
|
align-self: flex-end;
|
||||||
&.retracted {
|
&.retracted {
|
||||||
max-width: 25%;
|
max-width: 25%;
|
||||||
// grid-column: 16 / span 1;
|
// grid-column: 16 / span 1;
|
||||||
|
@ -715,6 +716,7 @@ body{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-bottom: 0.2rem;
|
margin-bottom: 0.2rem;
|
||||||
font-size: $sm-font-size-mobile;
|
font-size: $sm-font-size-mobile;
|
||||||
|
text-wrap: 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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue