UNPKG

lichess-pgn-viewer

Version:

PGN viewer widget, designed to be embedded in content pages.

18 lines (15 loc) 261 B
body { background: #161512; font-family: 'Noto Sans'; --board-color: #886f46; margin: 0; } .viewers { margin: 2em; display: grid; grid-template-columns: repeat(auto-fill, minmax(600px, 1fr)); gap: 2em; } .viewers > div { max-width: 600px; }