cmziuk/www/css/custom.css
Cameron Redmore 19da15822c
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 31s
Initial commit.
2025-04-18 16:28:19 +01:00

9 lines
No EOL
122 B
CSS

* {
box-sizing: border-box;
font-family: 'Chakra Petch', sans-serif;
}
html, body {
min-height: 100% !important;
}