X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=public%2Fstylesheets%2Flayout.sass;h=dedab08e2013d58c5e15a36811d187386c21a3a1;hp=d4f6d6d07613f3eba345eaa6213d40512b15ac67;hb=298c42e63ae321526693e9ce418c4113af36e025;hpb=067c675b75072c496f9665c4bf801cdc3d40398d diff --git a/public/stylesheets/layout.sass b/public/stylesheets/layout.sass index d4f6d6d0..dedab08e 100644 --- a/public/stylesheets/layout.sass +++ b/public/stylesheets/layout.sass @@ -7,7 +7,6 @@ html, * body padding: 0 min-width: 320px - margin-bottom: 10px .container padding: 0 @@ -34,6 +33,35 @@ body border-left: 1px solid var(--button-group-border-color) border-top: 0 +#settings, #contactForm + max-width: 767px + @media screen and (max-width: 767px) + max-width: 100vw + +#emailSent + 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