Skip to content

Commit

Permalink
fix: header position place name mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Apr 29, 2024
1 parent 98eda36 commit 69fe42f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/Header/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@
white-space: nowrap;
}

@media (max-width: 768px) {
.memori-header--position .memori-header--position-placeName {
display: none;
}
}

.memori-header--position .memori-header--button {
margin-right: 0.5rem;
margin-left: 0.5rem;
Expand All @@ -76,4 +82,4 @@

.memori-header .memori-header--button--position {
margin-right: 0.25rem;
}
}

0 comments on commit 69fe42f

Please sign in to comment.