diff --git a/assets/css/app.scss b/assets/css/app.scss index 5fc3167e..54e8c873 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -173,6 +173,7 @@ footer { // Sem autenticaĆ§Ć£o @import "./pages/login.scss"; @import "./aboutus.scss"; +@import "./noticias.scss"; @import "./cooperativas.scss"; @import "./agenda.scss"; diff --git a/assets/css/noticias.scss b/assets/css/noticias.scss new file mode 100644 index 00000000..6579272f --- /dev/null +++ b/assets/css/noticias.scss @@ -0,0 +1,6 @@ +.noticias-grid { + max-width: 100vw !important; + div { + max-width: 100vw; + } +} \ No newline at end of file diff --git a/lib/pescarte_web/templates/noticias_html/show.html.heex b/lib/pescarte_web/templates/noticias_html/show.html.heex index 6e9b870a..177a31ed 100644 --- a/lib/pescarte_web/templates/noticias_html/show.html.heex +++ b/lib/pescarte_web/templates/noticias_html/show.html.heex @@ -1,4 +1,4 @@ -
+
<.flash :if={@error_message} id="login-error" kind={:error}> <%= @error_message %>