Compare commits
2 Commits
fc6c1f6653
...
763d687b73
Author | SHA1 | Date |
---|---|---|
Valentin | 763d687b73 | |
Valentin | 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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue