X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Flayout.sass;h=dedab08e2013d58c5e15a36811d187386c21a3a1;hb=298c42e63ae321526693e9ce418c4113af36e025;hp=14892250630b14cfc870769755332fabe3c31e39;hpb=a5d5668613d9a3d04c9a4f8b69122d02b7322137;p=vchess.git diff --git a/public/stylesheets/layout.sass b/public/stylesheets/layout.sass index 14892250..dedab08e 100644 --- a/public/stylesheets/layout.sass +++ b/public/stylesheets/layout.sass @@ -10,17 +10,58 @@ body .container padding: 0 + overflow: hidden .row div padding: 0 .section-content * - margin-left: 0 - margin-right: 0 + 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 + flex-direction: row + button:not(:first-child) + 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 @@ -51,6 +92,9 @@ a .bigfont font-size: 1.2em +.bold + font-weight: bold + [type="checkbox"].modal+div .card max-width: 767px max-height: 100vh