diff --git a/assets/css/app.scss b/assets/css/app.scss index a46181bf..ead63f37 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 "./agenda.scss"; @import "./contact.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/article_html/show.html.heex b/lib/pescarte_web/templates/article_html/show.html.heex index f52161e8..7ee9f81c 100644 --- a/lib/pescarte_web/templates/article_html/show.html.heex +++ b/lib/pescarte_web/templates/article_html/show.html.heex @@ -58,6 +58,41 @@ +