blob: 397f6b38dc5f84b1f9bfd9c8b1ed689e59839fa9 [file] [log] [blame]
/*!
* Copyright 2020 The Go Authors. All rights reserved.
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file.
*/
.go-GopherMessage img {
display: block;
height: 15rem;
margin: 0 auto;
padding: 1.25rem 0;
width: 15rem;
}
.go-GopherMessage p {
font-weight: 600;
margin: auto;
text-align: center;
}