plugin v1.0.1
Deploy / Deploy (push) Successful in 1m20s
Details
Deploy / Deploy (push) Successful in 1m20s
Details
This commit is contained in:
parent
bac4196e36
commit
408c89aebb
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue