Skip to content

Commit

Permalink
hotfix for navbar removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Cengelsen committed Feb 21, 2024
1 parent d2151ca commit 24b0753
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dak-components/lib/components/layout/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,14 @@ const Layout = ({ children, data }) => {
backdrop-filter: blur(4px);
}
/* temporarily commented out for further improvements for mobile viewing
@media screen and (max-width: 1281px) {
.header-bar {
/*Removing the header bar when screen o/1281px */
display: none;
}
}
*/
@media screen and (max-width: 1281px) {
/* Reset margin start when screen o/1281px */
.content {
Expand Down

0 comments on commit 24b0753

Please sign in to comment.