blob: 9fee115768f8509f1e416e9a5130e47f67c38af0 [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.
*/
.UnitMeta {
display: block;
overflow-wrap: break-word;
position: sticky;
top: 5rem;
}
.UnitMeta-header {
font-weight: bold;
margin: 1.125rem 0;
}
.UnitMeta-repo {
font-size: 0.75rem;
margin-bottom: 0.5rem;
text-transform: uppercase;
}