JaMugen commited on
Commit
33296e3
·
1 Parent(s): ab9684d

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +3 -2
styles.css CHANGED
@@ -4,14 +4,15 @@
4
  table {
5
  border-collapse: collapse;
6
  width: 100%;
7
- table-layout: fixed; /* Use fixed table layout */
8
  }
9
 
10
  th, td {
11
  padding: 8px;
12
  border: 1px solid black;
13
  text-align: center;
14
- width: 50%; /* Set a fixed width for both th and td */
 
15
  }
16
 
17
  th {
 
4
  table {
5
  border-collapse: collapse;
6
  width: 100%;
7
+ table-layout: fixed;
8
  }
9
 
10
  th, td {
11
  padding: 8px;
12
  border: 1px solid black;
13
  text-align: center;
14
+ width: 50%;
15
+ box-sizing: border-box; /* Include padding in width calculation */
16
  }
17
 
18
  th {