Compare commits

..

No commits in common. "e62387197d995b4efd4f271a5870aec3a5a55e81" and "514733f871f677c2949761dd0beb4f752c578aa6" have entirely different histories.

View File

@ -225,19 +225,19 @@ div.ln div.null {
width: 100%;
}
div.ln div {
flex-grow: 1;
}
div.ln {
margin-top: 10px;
}
div.ln div:nth-child(1) {
width: calc(70vw + 5px);
width: calc(70vw + 10px);
}
div.ln div:nth-child(3), div.ln div:nth-child(4) {
width: 35vw;
}
div.ln div:nth-child(2), div.ln div:nth-child(5) {
width: calc(30vw - 30px);
}
}