Skip to content

Commit

Permalink
better table styling
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Oct 26, 2024
1 parent 4aef519 commit 173b99e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion php/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@
}

#LitCalTable {
width:75%;
width:90%;
margin:30px auto;
border:1px solid Blue;
border-radius: 6px;
padding:10px;
background:LightBlue;
border-collapse: separate;
border-spacing: 1px;
}

#LitCalTable td {
Expand Down

0 comments on commit 173b99e

Please sign in to comment.