diff --git a/_layouts/projetos.html b/_layouts/projetos.html
index e8877bdc..49d11893 100644
--- a/_layouts/projetos.html
+++ b/_layouts/projetos.html
@@ -11,6 +11,7 @@ title: "{{ page.file }}"
color: var(--text-light);
/* Removemos height, overflow e display flex globais */
min-height: 100vh; /* Garante que o fundo cubra a tela, mas permite crescer */
+ display: block; /* Volta ao normal */
}