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 { .fullbutton {
display: block; display: inline-block;
margin: auto; margin: auto;
margin-top: 2rem; margin-top: 2rem;
width: 156px;
background-color: #0662EE; background-color: #0662EE;
color: white; color: white;
font-size: 18px; font-size: 18px;
padding: 2%; padding: 2% 2.5%;
letter-spacing: 0.07em; letter-spacing: 0.07em;
font-weight: bold; font-weight: bold;