Skip to content

Commit 43e9c62

Browse files
committed
content: center text in h3.FetchMessage
For golang/go#36811 For golang/go#37002 Change-Id: I3438a8d72617f3c7af88310469b4799a5539616e Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/245401 Reviewed-by: Jonathan Amsterdam <[email protected]> Reviewed-by: Jamal Carvalho <[email protected]>
1 parent 9635aae commit 43e9c62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/static/css/stylesheet.css

+3
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,9 @@ code {
593593
.Fetch-loading:nth-child(3) {
594594
animation-delay: 0.4s;
595595
}
596+
.Fetch-message {
597+
text-align: center;
598+
}
596599

597600
.SearchResults {
598601
margin: 0 auto;

0 commit comments

Comments
 (0)