plugin v1.0.1
Deploy / Deploy (push) Successful in 1m20s Details

This commit is contained in:
JotaChina 2025-11-23 15:22:47 -03:00
parent bac4196e36
commit 408c89aebb
1 changed files with 12 additions and 0 deletions

View File

@ -3,6 +3,18 @@ layout: default
title: "{{ page.file }}" title: "{{ page.file }}"
--- ---
<style>
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
background-color: var(--bg-body);
color: var(--text-light);
/* Removemos height, overflow e display flex globais */
min-height: 100vh; /* Garante que o fundo cubra a tela, mas permite crescer */
}
</style>
<div class="publication"> <div class="publication">
{% include sidebar.html %} {% include sidebar.html %}
<main class="content"> <main class="content">