Skip to content

Commit 77be670

Browse files
committed
Align visitors number to right
1 parent 44551e6 commit 77be670

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ th {
2424
min-width: 50px;
2525
box-sizing: border-box;
2626
}
27+
td:nth-child(2) {
28+
text-align: right;
29+
}
2730
td:last-child {
2831
width: 100%;
2932
}

0 commit comments

Comments
 (0)