X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=public%2Fstylesheets%2Findex.sass;h=5f76e00b64004d9cc3f775fa3a732d66fb7de360;hp=18db3c95a6b70c1107717a43c7fadf09243900a9;hb=fd08ab2c5b8931bb8c95cf7e9f2f95122647f991;hpb=9a3c9f790aa28fd4708faefe41b4624173922c8e diff --git a/public/stylesheets/index.sass b/public/stylesheets/index.sass index 18db3c95..5f76e00b 100644 --- a/public/stylesheets/index.sass +++ b/public/stylesheets/index.sass @@ -1,10 +1,3 @@ -.container - padding: 0 - -.row - div - padding: 0 - #header width: 100% background: linear-gradient(#e66465, #9198e5) @@ -18,10 +11,10 @@ padding: 0 box-sizing: border-box p - display: inline-block + display: flex padding: 3px border: 1px solid black; - margin: 27px 15px 5px 7px + margin: 25px 15px 5px 7px @media screen and (max-width: 767px) margin-top: 7px @@ -34,30 +27,21 @@ img display: inline-block height: 30px - padding-top: 25px + margin-top: 25px @media screen and (max-width: 767px) - padding-top: 7px + margin-top: 7px p font-weight: bold padding: 0 border: none - margin-top: 22px + margin-top: 21px font-size: 1.5em @media screen and (max-width: 767px) margin-top: 10px font-size: 1em -#helpMenu - float: right - cursor: pointer - @media screen and (max-width: 767px) - .info-container - p - margin-right: 5px - #flagMenu float: right - cursor: pointer margin-right: 10px @media screen and (max-width: 767px) margin-right: 5px @@ -85,15 +69,6 @@ @media screen and (max-width: 767px) margin-top: 0 -#b4welcome - max-width: 320px - -#readThis - margin-top: 0 - color: var(--a-link-color) - text-decoration: underline - cursor: pointer - #welcome max-width: 767px @media screen and (max-width: 767px) @@ -105,7 +80,7 @@ max-width: 552px ul list-style-type: none - // TODO: bad practice, use table to align things... + // TODO: bad practice, shouldn't use table to align things... table.list-table width: 300px margin: 0 auto @@ -120,6 +95,3 @@ padding: 0 text-align: left border: 0 - #disableMsg - cursor: pointer - color: darkred