From: Benjamin Auder Date: Thu, 16 Apr 2020 22:53:21 +0000 (+0200) Subject: Forgotten style X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=29d33c8ac72a9ea5d72d8c48c426d8380e188bd7 Forgotten style --- diff --git a/client/src/views/Problems.vue b/client/src/views/Problems.vue index 28a7b0dc..7f8632da 100644 --- a/client/src/views/Problems.vue +++ b/client/src/views/Problems.vue @@ -505,6 +505,17 @@ export default { max-width: 767px max-height: 100% +#rulesDiv > .card + padding: 5px 0 + max-width: 50% + max-height: 100% + @media screen and (max-width: 1500px) + max-width: 67% + @media screen and (max-width: 1024px) + max-width: 85% + @media screen and (max-width: 767px) + max-width: 100% + #inputFen width: 100%