Skip to content

Commit fff6c91

Browse files
committed
make footer smaller again
1 parent 56a3e30 commit fff6c91

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

src/components/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function Footer() {
6363
>
6464
Brainhack Western
6565
</a>
66-
. Illustrations by{" "}
66+
.<br />Illustrations by{" "}
6767
<a
6868
href="https://storyset.com/"
6969
target="_blank"

src/style.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -637,19 +637,26 @@ section {
637637
.footer {
638638
flex-shrink: 0;
639639
background-color: rgb(10, 4, 22);
640-
padding: 20px 0 !important;
641640
position: relative;
642641
width: 100%;
643642
border-top: 1px solid rgba(255, 255, 255, 0.1);
643+
bottom: 0 !important;
644+
padding-top: 10px !important;
645+
padding-bottom: 10px !important;
644646
}
645647

646648
.footer-copywright,
647-
.footer-body,
648-
.footer-recognitions {
649+
.footer-body {
649650
text-align: center !important;
650651
padding: 5px 0;
651652
}
652653

654+
.footer-recognitions {
655+
text-align: center !important;
656+
font-size: 0.7em;
657+
padding-top: 5px;
658+
}
659+
653660
.footer h3 {
654661
font-size: 1em;
655662
color: white !important;

0 commit comments

Comments
 (0)