Fix problème de cache dans le SAS & améliore le CSS du SAS

Co-authored-by: Bartuccio Antoine <klmp200@users.noreply.github.com>
This commit is contained in:
Julien Constant
2023-04-05 14:32:32 +02:00
committed by GitHub
parent f605f7dcc6
commit d83842af27
5 changed files with 21 additions and 16 deletions

View File

@ -160,6 +160,7 @@ main {
> .photo,
> .album {
box-sizing: border-box;
background-color: #333333;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
@ -167,6 +168,10 @@ main {
width: calc(16 / 9 * 128px);
height: 128px;
&.vertical {
background-size: contain;
}
margin: 0;
padding: 0;
box-shadow: none;