File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
themes/django20/layouts/partials Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -434,9 +434,12 @@ footer {
434
434
435
435
.footer-column {
436
436
width : 33% ;
437
+ p {
438
+ font-size : 90% ;
439
+ }
437
440
}
438
441
439
- .opening-hours {
442
+ .credits {
440
443
text-align : right ;
441
444
}
442
445
Original file line number Diff line number Diff line change 4
4
< h5 > Contact</ h5 >
5
5
< p >
6
6
< 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 >
13
9
</ p >
14
10
< p class ="minor ">
15
11
< a href ='{{ relLangURL "about" }} '> More about the site</ a > < br >
@@ -19,7 +15,7 @@ <h5>Contact</h5>
19
15
< div class ="footer-column ">
20
16
< a href ="/ " class ="logo "> < img src ='{{ "images/pony-with-balloons.png" | relURL }} '> </ a >
21
17
</ div >
22
- < div class ="footer-column opening-hours ">
18
+ < div class ="footer-column credits ">
23
19
< h5 > Credits</ h5 >
24
20
< p >
25
21
Django Birthday Graphics:< br > < a href ="https://fosstodon.org/@sjbitcode "> ©Sangeeta Jadoonanan</ a > (< a
@@ -32,4 +28,4 @@ <h5>Credits</h5>
32
28
</ p >
33
29
</ div >
34
30
</ div >
35
- </ div >
31
+ </ div >
You can’t perform that action at this time.
0 commit comments