mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
fix template include for article
This commit is contained in:
parent
a473479b83
commit
9ab4b98c1d
30 changed files with 115 additions and 87 deletions
|
@ -48,12 +48,17 @@ h6 {
|
|||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
.article-title,
|
||||
hr + h1 {
|
||||
margin-top: 5rem;
|
||||
border-left: 3px solid gray;
|
||||
padding-left: 3rem;
|
||||
margin-left: -4rem;
|
||||
}
|
||||
|
||||
h1:first-letter {
|
||||
text-transform: uppercase;
|
||||
font-size: 4.5rem;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -138,6 +143,8 @@ p {
|
|||
text-wrap: pretty;
|
||||
margin-top: 1.5rem;
|
||||
margin-bottom: 1rem;
|
||||
font-size: 1.25rem;
|
||||
line-height: 1.75rem;
|
||||
}
|
||||
|
||||
#root,
|
||||
|
@ -315,6 +322,12 @@ q {
|
|||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.site-foot-soutien {
|
||||
font-size: 0.8rem;
|
||||
width: 75ch;
|
||||
max-width: calc(100vw - 6rem);
|
||||
}
|
||||
|
||||
@media (max-width: 75ch) {
|
||||
body {
|
||||
padding: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue