diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 800e38119..a223dbb13 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -933,6 +933,12 @@ .panel h3 a { color: #0D3F54; + + text-transform: none; + + &:first-letter { + text-transform: none; + } } .info, .info a { @@ -949,6 +955,11 @@ .panel h3 a { color: $text; + text-transform: lowercase; + + &:first-letter { + text-transform: uppercase; + } } .info { @@ -981,11 +992,6 @@ display: block; font-size: rem-calc(14); line-height: $line-height; - text-transform: lowercase; - - &:first-letter { - text-transform: uppercase; - } } } } diff --git a/app/views/debates/_featured_debates_static.html.erb b/app/views/debates/_featured_debates_static.html.erb index d39bfdd4d..9910901b1 100644 --- a/app/views/debates/_featured_debates_static.html.erb +++ b/app/views/debates/_featured_debates_static.html.erb @@ -27,7 +27,7 @@

- <%= link_to "#TúPreguntas: Carlos Sánchez Mato, concejal de economía y hacienda.", "https://decide.madrid.es/debates/4298" %>

+ <%= link_to "#TúPreguntas: Carlos Sánchez Mato, concejal de Economía y Hacienda.", "https://decide.madrid.es/debates/4298" %>
<%= link_to "Carlos Sánchez", "https://decide.madrid.es/users/13"%>