Skip to content

Commit

Permalink
Account for sticky nav in secret share views
Browse files Browse the repository at this point in the history
  • Loading branch information
julianguyen committed Jul 8, 2024
1 parent 5e38cea commit 4ab8d92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/secret_share/secret_share_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
box-sizing: border-box;
padding: 50px 25px;
background: $white-80;
margin-top: $nav-height;

@media screen and (max-width: $medium) {
margin-top: 0;
}

@include dashboardSectionStyles();
}

0 comments on commit 4ab8d92

Please sign in to comment.