Skip to content

Commit 7f6fa27

Browse files
committed
Table fixes
1 parent ba8dcae commit 7f6fa27

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h3 style="margin-bottom: 25px;">Current status: <status>Elimination phase</stat
4949
<th>GitHub Username</th>
5050
<th><a href="https://github.com/BesutKode/uni-task-1">Task 1</a></th>
5151
<th><a href="https://github.com/BesutKode/uni-task-2">Task 2</a></th>
52-
<th>Task 3 (<a href="https://github.com/coala/coala/wiki/Google-Code-In-Task-Use-coala">#1</a>, <a href="https://github.com/coala/coala/wiki/Google-Code-In-Task-Use-coala-Advanced">#2</a>, <a href="https://github.com/coala/coala/wiki/Google-Code-In-Task-Implement-coala">#3</a>)</th>
52+
<th>Task&nbsp;3&nbsp;(<a href="https://github.com/coala/coala/wiki/Google-Code-In-Task-Use-coala">#1</a>,&nbsp;<a href="https://github.com/coala/coala/wiki/Google-Code-In-Task-Use-coala-Advanced">#2</a>,&nbsp;<a href="https://github.com/coala/coala/wiki/Google-Code-In-Task-Implement-coala">#3</a>)</th>
5353
</tr>
5454
</thead>
5555
<tbody>
@@ -92,7 +92,7 @@ <h3 style="margin-bottom: 25px;">Current status: <status>Elimination phase</stat
9292
<td>6</td>
9393
<td><a href="https://github.com/mamat-rahmat">mamat-rahmat</a></td>
9494
<td><a href="https://github.com/BesutKode/uni-task-1/wiki/mamat-rahmat">/wiki/mamat-rahmat</a></td>
95-
<td><a href="https://besutkode.github.io/uni-task-2-mamat-rahmat/">task‑2‑mamatrahmat</a>&nbsp;✓</td>
95+
<td><a href="https://besutkode.github.io/uni-task-2-mamat-rahmat/">task-2-mamat-rahmat</a>&nbsp;✓</td>
9696
<td>&nbsp;</td>
9797
</tr>
9898
<tr>
@@ -155,7 +155,7 @@ <h3 style="margin-bottom: 25px;">Current status: <status>Elimination phase</stat
155155
<td>15</td>
156156
<td><a href="https://github.com/sandykurniawan19">sandykurniawan19</a></td>
157157
<td><a href="https://github.com/BesutKode/uni-task-1/wiki/sandykurniawan19">/wiki/sandykurniawan19</a></td>
158-
<td><a href="https://besutkode.github.io/uni-task-2-sandykurniawan/">task-2-sandykurniawan</a></td>
158+
<td><a href="https://besutkode.github.io/uni-task-2-sandykurniawan19/">task-2-sandykurniawan19</a></td>
159159
<td>&nbsp;</td>
160160
</tr>
161161
<tr>

public/css/lanyon.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ strong {
8282
font-size:.75rem;
8383
}
8484

85+
table {
86+
display: block;
87+
overflow-x: auto;
88+
}
89+
8590
p {
8691
font-size: 0.85rem;
8792
}

0 commit comments

Comments
 (0)