diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 947349674..4c447479f 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -366,6 +366,10 @@ header { text-decoration: underline; } } + + ul { + margin-bottom: 0; + } } .subnavigation { @@ -509,7 +513,7 @@ footer { p { font-size: $small-font-size; - .info a { + &.info a { text-decoration: underline; } } @@ -546,6 +550,7 @@ footer { .subfooter { border-top: 1px solid $text-light; + font-size: $small-font-size; padding-top: $line-height/2; } diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index 324a049af..4f8545fb5 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -41,13 +41,13 @@
-

- <%= t("layouts.footer.copyright", year: Time.current.year) %> |  - <%= link_to t("layouts.footer.more_info"), page_path('more_information') %> |  - <%= link_to t("layouts.footer.privacy"), page_path('privacy') %> |  - <%= link_to t("layouts.footer.conditions"), page_path('conditions') %> |  - <%= link_to t("layouts.footer.accessibility"), page_path('accessibility') %> -

+ <%= t("layouts.footer.copyright", year: Time.current.year) %> | +
diff --git a/app/views/shared/_top_links.html.erb b/app/views/shared/_top_links.html.erb index 6d8881cf6..e81072ab8 100644 --- a/app/views/shared/_top_links.html.erb +++ b/app/views/shared/_top_links.html.erb @@ -1,15 +1,16 @@