Skip to content

Commit b2ef22c

Browse files
committed
Update footer: Broken links and text wrapping
1 parent 3c76e73 commit b2ef22c

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

assets/sass/style.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,9 +434,12 @@ footer {
434434

435435
.footer-column {
436436
width: 33%;
437+
p {
438+
font-size: 90%;
439+
}
437440
}
438441

439-
.opening-hours {
442+
.credits {
440443
text-align: right;
441444
}
442445

themes/django20/layouts/partials/footer.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@
44
<h5>Contact</h5>
55
<p>
66
<a href="https://www.djangoproject.com/">Main Django website</a><br>
7-
Add your event<br>
8-
Find an event<br>
9-
</p>
10-
<p>
11-
Other questions?
12-
7+
<a href="{{ relLangURL "add-event" }}">Add your event</a><br>
8+
<a href="/#events">Find an event</a><br>
139
</p>
1410
<p class="minor">
1511
<a href='{{ relLangURL "about" }}'>More about the site</a><br>
@@ -19,7 +15,7 @@ <h5>Contact</h5>
1915
<div class="footer-column">
2016
<a href="/" class="logo"><img src='{{ "images/pony-with-balloons.png" | relURL }}'></a>
2117
</div>
22-
<div class="footer-column opening-hours">
18+
<div class="footer-column credits">
2319
<h5>Credits</h5>
2420
<p>
2521
Django Birthday Graphics:<br><a href="https://fosstodon.org/@sjbitcode">©Sangeeta Jadoonanan</a> (<a
@@ -32,4 +28,4 @@ <h5>Credits</h5>
3228
</p>
3329
</div>
3430
</div>
35-
</div>
31+
</div>

0 commit comments

Comments
 (0)