CoolFace
Apppublic

chad0218/line-efficiency-mastermind

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
style.css18 linesDownload Raw Back to root
1/* Shared styles across all pages */2@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');3 4body {5    font-family: 'Inter', sans-serif;6    min-height: 100vh;7    display: flex;8    flex-direction: column;9}10 11main {12    flex: 1;13}14 15canvas {16    width: 100% !important;17    height: 100% !important;18}