diff --git a/_sass/elements/_buttons.scss b/_sass/elements/_buttons.scss index aa9529e7e7..e1c7b7d570 100644 --- a/_sass/elements/_buttons.scss +++ b/_sass/elements/_buttons.scss @@ -25,7 +25,6 @@ ---------------------------*/ - .btn { border: 0; box-shadow: 0 0 8px 0 rgba($color-black, 0.2); @@ -36,6 +35,12 @@ white-space: nowrap; } +.btn--default { + align-items: center; + display: flex; + justify-content: center; + margin: 5px 0; +} /*--------------------------- diff --git a/pages/join-us.html b/pages/join-us.html index 825cff79b5..cc41e25310 100644 --- a/pages/join-us.html +++ b/pages/join-us.html @@ -61,9 +61,7 @@