From 67b3a02c1827a4b1ec44a9f5b1ffc181a12fee8a Mon Sep 17 00:00:00 2001 From: JotaChina Date: Sun, 23 Nov 2025 15:30:46 -0300 Subject: [PATCH] plugin v1.0.1 --- _layouts/projetos.html | 1 + 1 file changed, 1 insertion(+) 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 */ }