extra.css 160 B

123456789101112
  1. /* Custom table styling */
  2. table {
  3. margin-bottom: 24px;
  4. width: 100%;
  5. }
  6. th {
  7. background-color: #f0f0f0;
  8. padding: 6px;
  9. }
  10. td {
  11. padding: 6px;
  12. }