Compare commits

..

No commits in common. "2b70309b93231f55bc6e8db1301ff0008c5bf1b4" and "8dece96840bc608cc466e82b10bdf807a3d2b408" have entirely different histories.

3 changed files with 8 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

View file

@ -1,14 +1,14 @@
---
title: "La gloire de mon père"
date: 2025-05-16T05:00:00
draft: false
date: 2025-05-14T09:58:00
draft: true
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.jpg"
alt: "Couverture de {{ .Title }}"
image: "images/cover.png"
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: "9782877060509"
ISBN: "-"
Author: "Marcel Pagnol"
Title: "La gloire de mon père"
PublishDate: "1957"

View file

@ -34,12 +34,12 @@
width: auto; /* Allow the width to adjust based on content */
max-width: 100%; /* Prevent overflow */
gap: 0;
text-align: left;
text-align: justify;
}
.side-screen {
height: 100vh;
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 {
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: 1400px) {
@media (max-width: 1450px) {
.side-screen {
display: none; /* Hide side-screens on smaller screens */
}