Skip to content

Commit 044f4f9

Browse files
committed
Align visitors number to right
1 parent febd7a7 commit 044f4f9

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
@@ -25,6 +25,9 @@ th {
2525
min-width: 50px;
2626
box-sizing: border-box;
2727
}
28+
td:nth-child(2) {
29+
text-align: right;
30+
}
2831
td:last-child {
2932
width: 100%;
3033
}

0 commit comments

Comments
 (0)