Click on photo tag -> Photo on top + scroll to top

This commit is contained in:
2025-08-13 22:10:03 +00:00
parent 6fc573c510
commit 4edeb8709a
2 changed files with 65 additions and 32 deletions

View File

@ -333,8 +333,12 @@ h2 {
font-size: 22px;
}
/* Sections */
.gallery {
padding-top: 15px;
}
/* Sections */
.section {
max-width: 1140px;
margin:auto;
@ -508,4 +512,9 @@ h2 {
padding-left: 0;
margin-top: 60px;
}
.gallery {
margin: 10% 5% 0 5%;
padding-top: 15px;
}
}