Skip to content

Commit

Permalink
fix: spacing and footer status indicator.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzNotABug committed Nov 28, 2024
1 parent 9406399 commit 94fed24
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/lib/components/MainFooter.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@
display: grid;
}
@media #{devices.$break1} {
.status {
height: 55px;
margin-bottom: 6px; /* balancing due to style:margin-top="-4px" & the `iframe` has some spacings too I think */
}
}
.e-main-footer {
display: flex;
@media #{devices.$break1} {
Expand Down
6 changes: 5 additions & 1 deletion src/routes/company/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@
</div>
</div>

<div class="overflow-hidden p-0 py-10">
<div class="overflow-hidden p-0 pt-10">
<div class="web-big-padding-section-level-2 is-margin-replace-padding relative">
<img
src="/images/bgs/pre-footer.png"
Expand Down Expand Up @@ -574,4 +574,8 @@
max-inline-size: unset;
max-block-size: unset;
}
.web-big-padding-section-level-2.is-margin-replace-padding {
padding-bottom: 0;
}
</style>

0 comments on commit 94fed24

Please sign in to comment.