Skip to content

Commit

Permalink
Feat/noticias responsiva (#214)
Browse files Browse the repository at this point in the history
* insercao da rota da  agenda

* troquei a ordem na navbar, inseri censo e redirecionei botao da landing

* extract common tasks aliases

* criando a pagina de noticias responsiva

---------

Co-authored-by: Zoey de Souza Pessanha <[email protected]>
  • Loading branch information
Annabell and zoedsoupe authored Sep 18, 2024
1 parent a3be22e commit 2bf8779
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ footer {
// Sem autenticação
@import "./pages/login.scss";
@import "./aboutus.scss";
@import "./noticias.scss";
@import "./cooperativas.scss";

@import "./agenda.scss";
Expand Down
6 changes: 6 additions & 0 deletions assets/css/noticias.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.noticias-grid {
max-width: 100vw !important;
div {
max-width: 100vw;
}
}
2 changes: 1 addition & 1 deletion lib/pescarte_web/templates/noticias_html/show.html.heex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<main class="landing-grid">
<main class="noticias-grid">
<.flash :if={@error_message} id="login-error" kind={:error}>
<%= @error_message %>
</.flash>
Expand Down

0 comments on commit 2bf8779

Please sign in to comment.