diff --git a/css/chess.css b/css/chess.css index 3b06bec..f2ea3a5 100644 --- a/css/chess.css +++ b/css/chess.css @@ -329,6 +329,27 @@ button:disabled .silhouette { color: #cccccc; } +.badges { + position: absolute; + bottom: 8px; + right: 8px; + margin: 0; + display: flex; + flex-flow: column nowrap; + justify-content: flex-end; +} + +.badge { + margin: 0; +} + +.badge img { + width: 3em; + height: 3em; + opacity: 33%; + margin: 0; +} + @media only screen and (max-aspect-ratio: 3/2) { #content { flex-flow: column nowrap; @@ -346,6 +367,17 @@ button:disabled .silhouette { width: 100%; max-width: calc(100vw - (8px + 24px)); } + + .badges { + position: static; + bottom: auto; + right: auto; + margin-left: auto; + margin-right: 8px; + display: flex; + flex-flow: row nowrap; + justify-content: flex-end; + } } img.cb-dk-piece.cb-king { content: url(../svg/Chess_kdt45.svg); } diff --git a/index.html b/index.html index e32d461..a78c9a0 100644 --- a/index.html +++ b/index.html @@ -234,6 +234,11 @@ +
+
Official Site
+
Gogs Repo
+
+