diff --git a/weallcode/static/weallcode/css/app.css b/weallcode/static/weallcode/css/app.css index 3303fb05..7f9f6fd3 100644 --- a/weallcode/static/weallcode/css/app.css +++ b/weallcode/static/weallcode/css/app.css @@ -204,6 +204,10 @@ section { outline: none; } +address { + margin-bottom: 1rem; +} + ul.list-plus { margin: 0; padding: 0; @@ -611,6 +615,7 @@ html[data-whatintent="mouse"] .main-menu a:not(.button):hover, } html[data-whatintent="mouse"] .sub-menu a:hover, + .sub-menu .active, .sub-menu .active a { padding-bottom: calc(1.2rem - 5px); border-bottom: 5px solid var(--black); diff --git a/weallcode/templates/weallcode/_footer.html b/weallcode/templates/weallcode/_footer.html index 8a50add4..0f4e16dc 100644 --- a/weallcode/templates/weallcode/_footer.html +++ b/weallcode/templates/weallcode/_footer.html @@ -40,7 +40,7 @@ diff --git a/weallcode/templates/weallcode/associate_board.html b/weallcode/templates/weallcode/associate_board.html index 5115d932..13e35c01 100644 --- a/weallcode/templates/weallcode/associate_board.html +++ b/weallcode/templates/weallcode/associate_board.html @@ -1,6 +1,6 @@ {% extends 'weallcode/_base.html' %} -{% load static %} +{% load static active %} {% block page-class %}join-us{% endblock %} @@ -13,8 +13,8 @@