Skip to content

Commit

Permalink
chore: update header and footer desktop style
Browse files Browse the repository at this point in the history
Signed-off-by: Raman Yasel <[email protected]>
  • Loading branch information
yasell committed Apr 25, 2024
1 parent 94595af commit de73dcf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/assets/scss/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@
min-height: auto;
background-color: #fff;

.container {
padding: 0 52px;
.td-home & {
.container {
padding: 0 52px;

@media (max-width: $desktop) {
padding: 0 8px;
@media (max-width: $desktop) {
padding: 0 8px;
}
}
}

Expand Down
4 changes: 4 additions & 0 deletions docs/assets/scss/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
.td-home & {
background-color: #f7fdfd;
border-bottom-color: #f7fdfd;

.container-fluid {
max-width: 1254px;
}
}

@media screen and (max-width: 991.98px) {
Expand Down

0 comments on commit de73dcf

Please sign in to comment.