X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=77fed7af05d671688b9245a78cf9dbf37d22776a;hb=430a203855578f9bbf4c851165c6066a741ff1f8;hp=c5027945a2a8ec35855c4c0f3e3819444781f12e;hpb=9ca1e26b79ec1873aa6ac914013160f8593d52cf;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index c5027945..77fed7af 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -140,6 +140,10 @@ nav width: 36px height: 27px +@media screen and (max-width: 767px) + nav + border: none + [type="checkbox"].drawer+* right: -767px @@ -148,6 +152,7 @@ nav top: 50px footer + border: 1px solid #ddd //background-color: #000033 font-size: 1rem width: 100% @@ -161,9 +166,14 @@ footer margin: 0 10px 0 0 &:link color: #2c3e50 - &:hover + &:visited, &:hover + color: #2c3e50 text-decoration: none & > p display: inline-block margin: 0 0 0 10px + +@media screen and (max-width: 767px) + footer + border: none