Skip to content

Commit

Permalink
corrección margenes de scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
xtian7489 committed Jan 18, 2024
1 parent fb9b10b commit 9383593
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/static/scss/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,15 @@ main {
margin: 0;
padding: 0;
border: 0;
}

html{
scroll-behavior: smooth
}
*{
scroll-margin-top: 75px;
}


main {
min-height: 100vh;
Expand Down
3 changes: 3 additions & 0 deletions src/static/scss/landing.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.landing-wrapper {
.countries-banner {
scroll-margin-top: 105px;
.card-group {
padding: 0 3rem;
.card {
Expand Down Expand Up @@ -103,6 +104,8 @@
@include tablet{
padding: .5rem;
} */
scroll-margin-top: 105px;

.content{
width: 75%;
@include tablet{
Expand Down

0 comments on commit 9383593

Please sign in to comment.