X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=d7e8d967f24cb19e7a88541fa9f7e17f4c4d5e2a;hb=15762165c874a15df60aacb5f13825e47026d082;hp=8badb73307404e8fb4151867c1e63545f374ccab;hpb=6062e559c3196b3c4814cd00adb860a993df2cf8;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index 8badb733..d7e8d967 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -39,12 +39,14 @@ | {{ st.tr["Contact"] }} .right-part a.menuitem(href="https://discord.gg/a9ZFKBe") + span Discord img.first(src="/images/icons/discord.svg") a.menuitem(href="https://github.com/yagu0/vchess") + span {{ st.tr["Code"] }} img(src="/images/icons/github.svg") - a.menuitem(href="https://www.facebook.com/Variants-Chess-Club-112565840437886") + //a.menuitem(href="https://www.facebook.com/Variants-Chess-Club-112565840437886") img(src="/images/icons/facebook.svg") - a.menuitem(href="https://twitter.com/VchessC") + //a.menuitem(href="https://twitter.com/VchessC") img(src="/images/icons/twitter.svg") @@ -254,16 +256,16 @@ footer & > p display: inline-block margin: 0 12px - @media screen and (max-width: 420px) + @media screen and (max-width: 500px) display: block width: 100% - margin-bottom: 10px + margin-bottom: 7px text-align: center .right-part display: inline-flex justify-content: flex-start width: 50% - @media screen and (max-width: 420px) + @media screen and (max-width: 500px) display: block width: 100% text-align: center @@ -294,18 +296,18 @@ footer > .right-part > a.menuitem > img display: inline-block margin: 0 &.first - @media screen and (min-width: 421px) + @media screen and (min-width: 501px) margin-left: 5px @media screen and (max-width: 767px) footer border: none -@media screen and (max-width: 420px) +@media screen and (max-width: 500px) .container - min-height: calc(100vh - 70px) + min-height: calc(100vh - 67px) footer - height: 70px + height: 67px display: block padding: 5px 0