-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
corrigido rota boletin para boletins, e ajuste no width da imagem das capas dos boletins #208
Conversation
@@ -7,7 +7,7 @@ | |||
<section class="publications-text"> | |||
<!-- criando os cards dos boletins --> | |||
<div class="links-landing"> | |||
<div class="links-item"> | |||
<div class="links-item" style="width:16rem"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
não recomendo fazer dessa forma... depois confundimos cada estilo e vai quebrar o layout. se for assim, recomendo criar a boletim-wrapper
que foi definida logo acima e fazer que o CSS lide com o escopo correto aplicando esse estilo customizado direto na classe usada. exemplo:
// `assets/css/boletim.scss`
.boletim-wrapper {
.links-item {
width: 16rem;
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
e ai teria que importar esse arquivo no assets/css/app.scss
que nem fazemos com o restante dos arquivos a partir da linha 150
inclusive falhou na compilação do projeto, parece que a rota que vc configurou como |
…arte-plataforma into feat/responsive-landing * 'feat/responsive-landing' of github.com:peapescarte/pescarte-plataforma: (25 commits) fix: please DOCKER SAVE ME FROM THIS CRUEL LIFE fix: ditch faker from dev env fix: define project env on compile-time fix: re-state arg from env in Dockerfile fix: simplify CI Feat/publi artigos (#211) fix: i can't handle CI anymore 😭 fix: build prod ignore manual MIX_ENV Feat/publi artigos (#210) Feat/livros (#209) corrigido rota boletin para boletins, e ajuste no width da imagem das capas dos boletins (#208) fix: formatter fix: avoid docker login on dev/test ci Fix/style pictures pesquisa (#205) fix/quem somos update (#206) Fix/ apps card (#204) fix: only fetch specific env deps for each ci part fix: adding agenda warning text (#207) fix: git hooks feat: improve ci, reduce build time ...
Descrição
corrigido rota boletin para boletins, e arquivos relacionados a esta mudança;
ajuste no width da imagem das capas dos boletins
Stories relacionadas (Shortcut)
Pontos para atenção
Possui novas configurações?
Possui migrations?