We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d501bd4 + c96d0a1 commit 197eb56Copy full SHA for 197eb56
style.css
@@ -129,19 +129,30 @@ footer {
129
overflow:visible !important;
130
}
131
132
-table.about th, table.about td {
133
- border: 1px solid black;
+table.about {
+ table-layout: fixed;
134
border-collapse: collapse;
135
+ width: 70%;
136
137
table.about th {
- text-align: centered;
138
+ border: 1px solid black;
139
+ text-align: center;
140
font-weight: bold;
141
142
+table.about td {
143
144
+ text-align: left;
145
+}
146
-table.default th, table.default td {
- border: none;
147
+table.default {
148
149
150
+table.default td {
151
text-align: left;
152
+ border: none;
153
154
table.default th {
155
156
157
158
0 commit comments