Compare commits
No commits in common. "2b70309b93231f55bc6e8db1301ff0008c5bf1b4" and "8dece96840bc608cc466e82b10bdf807a3d2b408" have entirely different histories.
2b70309b93
...
8dece96840
3 changed files with 8 additions and 8 deletions
Binary file not shown.
Before 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-16T05:00:00
|
date: 2025-05-14T09:58:00
|
||||||
draft: false
|
draft: true
|
||||||
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.jpg"
|
image: "images/cover.png"
|
||||||
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: "9782877060509"
|
ISBN: "-"
|
||||||
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: left;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
.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 280; /* Fixed width of 400px */
|
flex: 0 0 400px; /* 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: 1400px) {
|
@media (max-width: 1450px) {
|
||||||
.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