Merge pull request #24826 from Arhell/fix-button

fix "read more" button
This commit is contained in:
Kubernetes Prow Robot
2020-11-17 13:58:05 -08:00
committed by GitHub
+2 -3
View File
@@ -241,14 +241,13 @@ a {
}
.fullbutton {
display: block;
display: inline-block;
margin: auto;
margin-top: 2rem;
width: 156px;
background-color: #0662EE;
color: white;
font-size: 18px;
padding: 2%;
padding: 2% 2.5%;
letter-spacing: 0.07em;
font-weight: bold;