Adjust media query breakpoint for side-screen visibility and update README for scrolling posts
Some checks are pending
/ test (push) Waiting to run
Some checks are pending
/ test (push) Waiting to run
This commit is contained in:
parent
991f13688e
commit
5a6858f15e
2 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@
|
|||
max-width: 150px; /* Ensure the image doesn't exceed its intended size */
|
||||
height: auto; /* Maintain aspect ratio */
|
||||
}
|
||||
@media (max-width: 1600px) {
|
||||
@media (max-width: 1450px) {
|
||||
.side-screen {
|
||||
display: none; /* Hide side-screens on smaller screens */
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
## Page d'accueil
|
||||
- [x] Lien flux rss en bas de page
|
||||
- [ ] Resize scrolling posts pour écrans fullhd x1.25
|
||||
- [x] Resize scrolling posts pour écrans fullhd x1.25
|
||||
|
||||
## Galleries / figures
|
||||
- [x] ajouter une optimisation qui traite automatiquement les images dans les galleries en les resizant à la largeur de la page et en les transformant en .webp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue