fix(project): add more spacing between filter button and view switcher on mobile
This commit is contained in:
parent
6e5b31f1e0
commit
422e4371f8
@ -161,6 +161,7 @@ function getViewTitle(view: IProjectView) {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
|
||||
@media screen and (max-width: $tablet) {
|
||||
justify-content: center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user