Merge pull request #23820 from kbhawkey/kb-adjust-table-margin

adjust table margin bottom
This commit is contained in:
Kubernetes Prow Robot
2020-10-20 15:30:21 -07:00
committed by GitHub
-5
View File
@@ -11,11 +11,6 @@ $announcement-size-adjustment: 8px;
max-width: 100%;
}
table {
margin-bottom: 1rem;
display: initial;
}
@media only screen and (min-width: 768px) {
padding-top: 2rem !important;
}