File tree Expand file tree Collapse file tree
apps/projects/templates/a4_candy_projects Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 color : $gray-lighter ;
3636}
3737
38+ .footer-upper__navbar-nav {
39+ flex-direction : row ;
40+ flex-wrap : wrap ;
41+ justify-content : space-evenly ;
42+
43+ .nav-item {
44+ padding-right : $spacer ;
45+ }
46+ }
47+
3848.footer-upper__nav-link {
3949 display : inline ;
4050 text-decoration-line : none ;
Original file line number Diff line number Diff line change 77 </ div >
88
99 < nav class ="navbar navbar-expand-lg justify-content-center ">
10- < ul class ="navbar-nav ">
10+ < ul class ="navbar-nav footer-upper__navbar-nav ">
1111 < li class ="nav-item ">
12- < span class ="footer-upper__text pr-2 "> {{ ORGANISATION.name }}</ span >
12+ {% url 'organisation' organisation_slug=ORGANISATION.slug as organisation_url %}
13+ < a href ="{{ organisation_url }} " class ="nav-link footer-upper__nav-link "> {{ ORGANISATION.name }}</ a >
1314 </ li >
1415 < li class ="nav-item ">
1516 {% url 'organisation-imprint' organisation_slug=ORGANISATION.slug as organisation_imprint_url %}
Original file line number Diff line number Diff line change 2323
2424{% block extra_messages %}
2525< div class ="u-bg-light py-5 ">
26- < div class ="container u-bg-light ">
26+ < div class ="container px-0 px-sm-3 u-bg-light ">
2727 < div class ="col-12 container--shadow ">
2828 {{ block.super }}
2929
You can’t perform that action at this time.
0 commit comments