Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit d0a355e

Browse files
committed
Add a centered utility class
1 parent 644a1de commit d0a355e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles/base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ hr {
172172
}
173173

174174
/* utilities */
175+
.centered {
176+
text-align: center;
177+
}
178+
175179
.alternate {
176180
background-color: #eee;
177181
}

0 commit comments

Comments
 (0)