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

PR Close #41413
This commit is contained in:
Kapunahele Wong
2021-04-20 11:37:27 -07:00
committed by Andrew Kushnir
parent 73824d5337
commit a2b671e61b
@@ -40,6 +40,7 @@ button {
padding: 1rem;
margin-right: 1rem;
margin-bottom: 1rem;
margin-top: 1rem;
}
button:hover {
background-color: black;