Skip to content

Commit

Permalink
Adjust header padding top
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Earl Soriano Fojas/Server Solutions G /SRPH/Engineer/Samsung Electronics committed Oct 23, 2023
1 parent 7313938 commit f941d78
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body {
}

.header {
padding-top: 3.8rem;
padding-top: 12rem;
margin-top: 0rem !important;
margin-bottom: 0.1rem !important;
}
Expand Down Expand Up @@ -445,6 +445,10 @@ main+hr {
.banner {
height: 34rem;
}

.header {
padding-top: 9rem;
}
}

@media (min-width: 50rem) and (max-width: 1063.4px) {
Expand All @@ -459,6 +463,10 @@ main+hr {
.banner {
height: 30rem;
}

.header {
padding-top: 7rem;
}
}

@media (max-width: 1134.4px) {
Expand Down Expand Up @@ -564,6 +572,10 @@ main+hr {
.third-section {
margin-top: 4rem;
}

.header {
padding-top: 6rem;
}
}

@media (max-width: 575.4px) {
Expand Down

0 comments on commit f941d78

Please sign in to comment.