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"
|
title: "La gloire de mon père"
|
||||||
date: 2025-05-14T09:58:00
|
date: 2025-05-16T05:00:00
|
||||||
draft: true
|
draft: false
|
||||||
ShowToc: false
|
ShowToc: false
|
||||||
cover:
|
cover:
|
||||||
hidden: false # hide everywhere but not in structured data
|
hidden: false # hide everywhere but not in structured data
|
||||||
hiddenInList: false # hide on list pages and home
|
hiddenInList: false # hide on list pages and home
|
||||||
hiddenInSingle: true # hide on single page
|
hiddenInSingle: true # hide on single page
|
||||||
image: "images/cover.png"
|
image: "images/cover.jpg"
|
||||||
alt: "Couverture de {{ title }}"
|
alt: "Couverture de {{ .Title }}"
|
||||||
relative: true # To use relative path for cover image, used in hugo Page-bundles
|
relative: true # To use relative path for cover image, used in hugo Page-bundles
|
||||||
ShowBreadCrumbs: true
|
ShowBreadCrumbs: true
|
||||||
ShowPostNavLinks: true
|
ShowPostNavLinks: true
|
||||||
|
@ -16,7 +16,7 @@ ShowReadingTime: true
|
||||||
tags:
|
tags:
|
||||||
- test
|
- test
|
||||||
BookData:
|
BookData:
|
||||||
ISBN: "-"
|
ISBN: "9782877060509"
|
||||||
Author: "Marcel Pagnol"
|
Author: "Marcel Pagnol"
|
||||||
Title: "La gloire de mon père"
|
Title: "La gloire de mon père"
|
||||||
PublishDate: "1957"
|
PublishDate: "1957"
|
||||||
|
|
|
@ -34,12 +34,12 @@
|
||||||
width: auto; /* Allow the width to adjust based on content */
|
width: auto; /* Allow the width to adjust based on content */
|
||||||
max-width: 100%; /* Prevent overflow */
|
max-width: 100%; /* Prevent overflow */
|
||||||
gap: 0;
|
gap: 0;
|
||||||
text-align: justify;
|
text-align: left;
|
||||||
}
|
}
|
||||||
.side-screen {
|
.side-screen {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
overflow-y: auto; /* Allow scrolling if content overflows */
|
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 {
|
.main-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -107,7 +107,7 @@
|
||||||
max-width: 150px; /* Ensure the image doesn't exceed its intended size */
|
max-width: 150px; /* Ensure the image doesn't exceed its intended size */
|
||||||
height: auto; /* Maintain aspect ratio */
|
height: auto; /* Maintain aspect ratio */
|
||||||
}
|
}
|
||||||
@media (max-width: 1450px) {
|
@media (max-width: 1400px) {
|
||||||
.side-screen {
|
.side-screen {
|
||||||
display: none; /* Hide side-screens on smaller screens */
|
display: none; /* Hide side-screens on smaller screens */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue