blob: 18fddf2451514e72afb2ba0af3049f7e7428e3ae [file] [log] [blame]
/*
* Copyright 2021 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.
*/
/* Hide the search form in the header. */
.go-SearchForm {
display: none;
}
.VulnMain-title {
font-size: 1.25rem;
font-weight: 400;
margin: 0 0 0.5rem;
}
.VulnMain-recent {
margin-top: 0.5rem;
}
.VulnMain-details {
margin-bottom: 1.75rem;
}
.VulnMain-details p {
word-break: break-word;
}
.VulnMain-search {
max-width: 32rem;
}
.VulnMain h2 {
margin: 1.75rem 0 0.5rem;
}