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
|
@ -1,5 +1,6 @@
|
|||
/*style général scss*/
|
||||
@use 'variables' as *;
|
||||
$spacing-xl: 5rem;
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
|
@ -49,14 +50,20 @@ h6 {
|
|||
overflow-wrap: break-word;
|
||||
text-wrap: balance;
|
||||
line-height: $line-height-heading;
|
||||
|
||||
}
|
||||
|
||||
.article-title,
|
||||
hr+h1 {
|
||||
margin-top: $spacing-xl;
|
||||
border-left: 3px solid gray;
|
||||
padding-left: 3rem;
|
||||
margin-left: -4rem;
|
||||
}
|
||||
|
||||
h1:first-letter {
|
||||
text-transform: uppercase;
|
||||
font-size: 4.5rem;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -149,6 +156,8 @@ p {
|
|||
text-wrap: pretty;
|
||||
margin-top: $spacing-md;
|
||||
margin-bottom: $spacing-sm;
|
||||
font-size: 1.25rem;
|
||||
line-height: 1.75rem;
|
||||
}
|
||||
|
||||
#root,
|
||||
|
@ -346,6 +355,12 @@ q {
|
|||
}
|
||||
}
|
||||
|
||||
.site-foot-soutien {
|
||||
font-size: 0.8rem;
|
||||
width: 75ch;
|
||||
max-width: calc(100vw - 6rem);
|
||||
}
|
||||
|
||||
@media (max-width: $article-width) {
|
||||
body {
|
||||
padding: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue