Compare commits
2 commits
8dece96840
...
2b70309b93
Author | SHA1 | Date | |
---|---|---|---|
2b70309b93 | |||
24422ed1da |
3 changed files with 8 additions and 8 deletions
BIN
content/livres/la-gloire-de-mon-pere-pagnol/images/cover.jpg
Normal file
BIN
content/livres/la-gloire-de-mon-pere-pagnol/images/cover.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
|
@ -1,14 +1,14 @@
|
|||
---
|
||||
title: "La gloire de mon père"
|
||||
date: 2025-05-14T09:58:00
|
||||
draft: true
|
||||
date: 2025-05-16T05:00:00
|
||||
draft: false
|
||||
ShowToc: false
|
||||
cover:
|
||||
hidden: false # hide everywhere but not in structured data
|
||||
hiddenInList: false # hide on list pages and home
|
||||
hiddenInSingle: true # hide on single page
|
||||
image: "images/cover.png"
|
||||
alt: "Couverture de {{ title }}"
|
||||
image: "images/cover.jpg"
|
||||
alt: "Couverture de {{ .Title }}"
|
||||
relative: true # To use relative path for cover image, used in hugo Page-bundles
|
||||
ShowBreadCrumbs: true
|
||||
ShowPostNavLinks: true
|
||||
|
@ -16,7 +16,7 @@ ShowReadingTime: true
|
|||
tags:
|
||||
- test
|
||||
BookData:
|
||||
ISBN: "-"
|
||||
ISBN: "9782877060509"
|
||||
Author: "Marcel Pagnol"
|
||||
Title: "La gloire de mon père"
|
||||
PublishDate: "1957"
|
||||
|
|
|
@ -34,12 +34,12 @@
|
|||
width: auto; /* Allow the width to adjust based on content */
|
||||
max-width: 100%; /* Prevent overflow */
|
||||
gap: 0;
|
||||
text-align: justify;
|
||||
text-align: left;
|
||||
}
|
||||
.side-screen {
|
||||
height: 100vh;
|
||||
overflow-y: auto; /* Allow scrolling if content overflows */
|
||||
flex: 0 0 400px; /* Fixed width of 400px */
|
||||
flex: 0 0 280; /* Fixed width of 400px */
|
||||
}
|
||||
.main-content {
|
||||
display: flex;
|
||||
|
@ -107,7 +107,7 @@
|
|||
max-width: 150px; /* Ensure the image doesn't exceed its intended size */
|
||||
height: auto; /* Maintain aspect ratio */
|
||||
}
|
||||
@media (max-width: 1450px) {
|
||||
@media (max-width: 1400px) {
|
||||
.side-screen {
|
||||
display: none; /* Hide side-screens on smaller screens */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue