mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-18 04:27:06 +02:00
docs: change doc content margins and padding
This bumps the content of a doc page up and drops the sidebar down. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
This commit is contained in:
parent
d73bbbc9c5
commit
06aa63fbb3
@ -51,7 +51,7 @@ pre[class*='language-'] {
|
||||
}
|
||||
|
||||
.article-content {
|
||||
@apply max-w-3xl pt-4 pb-4 pl-6 pr-6 mx-auto;
|
||||
@apply max-w-3xl pt-1 pb-4 pl-6 pr-6 mx-auto;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="sidenav pt-4 pb-4">
|
||||
<ul>
|
||||
<ul class="mt-8">
|
||||
<li
|
||||
v-for="entry in $store.state.sidebar.menu"
|
||||
:key="entry.title"
|
||||
|
@ -8,10 +8,10 @@
|
||||
<DocumentationDropdown></DocumentationDropdown>
|
||||
</div>
|
||||
<div class="md:flex flex-wrap">
|
||||
<div class="md:w-1/4 mt-6">
|
||||
<div class="md:w-1/4 mt-1">
|
||||
<Sidebar></Sidebar>
|
||||
</div>
|
||||
<div class="md:w-3/4 mt-6">
|
||||
<div class="md:w-3/4 mt-1">
|
||||
<Content></Content>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user