X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fstylesheets%2Flayout.sass;h=814277187e1f8a25f95c9c5170cc87add42aa2ee;hb=7e355d68b5962aad106e28a9d669a47f3cbec43a;hp=5639c7b21a829ba0876028b9a359e66bad5a92f5;hpb=8d61fc4ab7373b4a576f3f9108cdf7768ae27096;p=vchess.git diff --git a/client/src/stylesheets/layout.sass b/client/src/stylesheets/layout.sass index 5639c7b2..81427718 100644 --- a/client/src/stylesheets/layout.sass +++ b/client/src/stylesheets/layout.sass @@ -14,19 +14,19 @@ body padding: 0 overflow: hidden -.row - div - padding: 0 - .section-content - * - margin-left: auto - margin-right: auto - max-width: 767px - figure.diagram-container - max-width: 1000px - @media screen and (max-width: 767px) - max-width: 100% - padding: 0 5px +div + padding: 0 + +.section-content + * + margin-left: auto + margin-right: auto + max-width: 767px + figure.diagram-container + max-width: 1000px + @media screen and (max-width: 767px) + max-width: 100% + padding: 0 5px @media screen and (max-width: 767px) .button-group @@ -55,26 +55,6 @@ a.right-menu color: blue display: none -footer - height: 77px - background-color: #000033 - div - line-height: 77px - a - margin: 0 10px 0 0 - display: inline-block - &:visited, &:link - color: white - p - margin: 0 0 0 10px - display: inline-block - color: white - text-decoration: underline - @media screen and (max-width: 767px) - height: 43px - div - line-height: 43px - a text-decoration: underline