Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Nov 2, 2024
1 parent bda00b1 commit 35e2cda
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/editor/components/components/Logo/Logo.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@
column-gap: 1.5rem;
}

.logo {
img {
width: 48px;
height: 48px;
object-fit: contain;
}
}
@media screen and (max-width: 1268px) {
.wrapper {
column-gap: 0rem;
flex-direction: column;
column-gap: 1.5rem;
row-gap: 12px;
left: 20px;
top: 24px;
.btn {
width: 100%;
}
}
}

0 comments on commit 35e2cda

Please sign in to comment.