diff --git a/index.html b/index.html index 0684946..4487e04 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,7 @@ href="https://matrix.slashdev.space" class="services__offers_card__button matrix-button" > - Join here! +

Join here!

@@ -50,7 +50,7 @@ href="https://git.slashdev.space" class="services__offers_card__button git-button" > - Set up your account! +

Set up your account!

Boards

@@ -61,7 +61,7 @@ href="https://boards.slashdev.space" class="services__offers_card__button boards-button" > - Get agile! +

Get agile!

diff --git a/styles/services.css b/styles/services.css index 5262251..31298fb 100644 --- a/styles/services.css +++ b/styles/services.css @@ -34,16 +34,22 @@ .services__offers_card__button { font-weight: 350; background: black; - border: 0px; + border: 1px solid black; color: white; text-decoration: none; padding: 0.6rem 2rem; margin: 2rem 2.5rem; transition: 0.2s; + + display: flex; + align-items: center; +} + +.services__offers_card__button > p { + margin: auto; } .services__offers_card__button:hover { - border: 1px solid black; color: black; background: white; }