Skip to content

Commit

Permalink
Update a1de04f4fa4a2f21.css: table default properties redefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
pavly-gerges committed Jun 20, 2024
1 parent cf219d3 commit ce461b8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions website/a1de04f4fa4a2f21.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,17 @@
.post p {
margin: 10px;
}
table {
border-collapse: collapse; /* Remove gaps between cells */
width: 600px; /* Set table width */
margin: 20px auto; /* Add margin for spacing */
}

th, td {
padding: 10px; /* Add padding to cells */
text-align: left; /* Align text to the left */
border: 1px solid; /* Add border to cells */
}

/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
Expand Down

0 comments on commit ce461b8

Please sign in to comment.