This commit is contained in:
john 2024-11-08 20:50:24 -03:00
parent 60a578224d
commit 314a7d3da9
3 changed files with 10 additions and 5 deletions

View file

@ -35,11 +35,6 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
max-width: 80ch;
display: block;
margin: auto;
padding: 10px;
min-height: 100vh;
}
hgroup > h1 {
@ -52,6 +47,14 @@ hgroup, footer {
padding: 10px;
}
main {
max-width: 80ch;
display: block;
margin: auto;
padding: 10px;
min-height: 100vh;
}
article {
margin-top: 3em;
margin-bottom: 3em;

View file

@ -1,3 +1,4 @@
</main>
<footer class="center">
<em><a href="https://codeberg.org/tukain/pages_src">Código-fonte</a></em>
</footer>

View file

@ -8,3 +8,4 @@
<title>Diário do Tukain ☕</title>
</head>
<body>
<main>