X-Git-Url: https://git.auder.net/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fviews%2FProblems.vue;h=7f8632da5e58879a0837dc2cfa07b428f0788f45;hb=29d33c8ac72a9ea5d72d8c48c426d8380e188bd7;hp=28a7b0dc098f7355f398da1b93a2ee1fed548dcd;hpb=956407c4205d7aae82bf4a9b0bf5b66218fb42b6;p=vchess.git 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%