This commit is contained in:
Valentin Moguérou 2023-07-19 01:42:58 +02:00
parent 514733f871
commit 384fc89acc

View File

@ -234,10 +234,10 @@ div.ln div.null {
} }
div.ln div:nth-child(1) { div.ln div:nth-child(1) {
width: calc(70vw + 10px); width: calc(64vw + 10px);
} }
div.ln div:nth-child(3), div.ln div:nth-child(4) { div.ln div:nth-child(3), div.ln div:nth-child(4) {
width: 35vw; width: 32vw;
} }
} }