docs: add margin to button boilerplate CSS for examples (#41413)

PR Close #41413
This commit is contained in:
Kapunahele Wong 2021-03-31 15:56:37 -04:00 committed by Andrew Kushnir
parent 73824d5337
commit a2b671e61b
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ button {
padding: 1rem;
margin-right: 1rem;
margin-bottom: 1rem;
margin-top: 1rem;
}
button:hover {
background-color: black;