Amélioration de l'interface

This commit is contained in:
LC 2023-10-30 11:12:18 +01:00
parent 273aaaacac
commit 0399cb07fb
1 changed files with 4 additions and 9 deletions

View File

@ -10,31 +10,26 @@ section > .row:not(.back) > .col2 {
}
.galleryGalleryPicture {
box-sizing: content-box;
padding: 12px 0 2px;
padding: 6px 0 2px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
text-align: center;
background-color: rgba(230, 230, 230, 0.7);
border: 1px solid #ddd;
border-radius: 6px;
background-color: rgba(0, 0, 0, 0);
transition: background-color 1.3s ease;
}
.galleryGalleryPicture:hover {
background-color: rgb(192, 192, 192);
background-color: rgba(255, 255, 255, 0.3);
}
.galleryGalleryName {
line-height: 1.2;
}
.galleryGalleryPicture > figure > img {
max-height: 20vmin;
max-width: 95%;
max-width: 96%;
object-fit: contain;
}
.picResized {
color: crimson;
}
.osm {
position: absolute;
right:10px;