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

@ -70,7 +70,7 @@
> #next {
width: calc(50% - 5px);
aspect-ratio: 16/9;
background: #aaa;
background: #333333;
> a {
display: flex;
@ -241,6 +241,7 @@
> .infos {
display: flex;
flex-direction: column;
width: 50%;
> div > div {
display: flex;
@ -260,7 +261,7 @@
> .tools {
display: flex;
flex-direction: column;
width: 100%;
width: 50%;
> div {
display: flex;