Spaces:
Sleeping
Sleeping
Update styles.css
Browse files- styles.css +3 -2
styles.css
CHANGED
|
@@ -4,14 +4,15 @@
|
|
| 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 |
}
|
| 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 {
|