Styling suggestions from Jeff

This commit is contained in:
Jack Jackson 2024-07-30 09:59:41 -07:00
parent 3b1c3d7eb3
commit fff4fa6c57

View File

@ -1,5 +1,6 @@
body {
margin: 0;
font-family: sans-serif;
}
#header {
@ -96,6 +97,14 @@ a#create_game_link {
border-radius: 10px;
}
/*
* Main content
*/
#content {
margin: 16px;
}
/*
* Tables
*/