Skip to content

Commit 58b416f

Browse files
committed
make footer smaller again
1 parent da9a7c2 commit 58b416f

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
@@ -242,19 +242,26 @@ section {
242242
.footer {
243243
flex-shrink: 0;
244244
background-color: rgb(10, 4, 22);
245-
padding: 20px 0 !important;
246245
position: relative;
247246
width: 100%;
248247
border-top: 1px solid rgba(255, 255, 255, 0.1);
248+
bottom: 0 !important;
249+
padding-top: 10px !important;
250+
padding-bottom: 10px !important;
249251
}
250252

251253
.footer-copywright,
252-
.footer-body,
253-
.footer-recognitions {
254+
.footer-body {
254255
text-align: center !important;
255256
padding: 5px 0;
256257
}
257258

259+
.footer-recognitions {
260+
text-align: center !important;
261+
font-size: 0.7em;
262+
padding-top: 5px;
263+
}
264+
258265
.footer h3 {
259266
font-size: 1em;
260267
color: white !important;

0 commit comments

Comments
 (0)