Compare commits

..

No commits in common. "763d687b73c0e3f38405c71831a619c1354702da" and "fc6c1f6653c4a36f684a4df824b1f81da15fc019" have entirely different histories.

1 changed files with 0 additions and 3 deletions

View File

@ -552,7 +552,6 @@ 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;
@ -696,7 +695,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);
}
@ -717,7 +715,6 @@ 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;
}