Skip to content

Commit

Permalink
alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Jan 2, 2024
1 parent b873357 commit 27c8ad4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions devcon/src/components/common/page-hero/page-hero.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@
.page-navigation-container {
overflow-x: auto;
z-index: 1;

background: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
Expand All @@ -314,10 +313,8 @@
position: relative;
width: 100%;
display: flex;
padding-top: $gaps-gap-4;
padding-bottom: $gaps-gap-4;
/* From https://css.glass */

padding-top: 16px;
padding-bottom: 14px;

> * {
padding-right: $gaps-gap-6;
Expand Down

0 comments on commit 27c8ad4

Please sign in to comment.