diff --git a/index.html b/index.html index c750663..46c3bfa 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,15 @@ Spot the Box + + + diff --git a/src/scss/_resets.scss b/src/scss/_resets.scss index e55bcd4..03d9c92 100644 --- a/src/scss/_resets.scss +++ b/src/scss/_resets.scss @@ -3,8 +3,6 @@ button { border: none; margin: 0; text-decoration: none; - font-family: sans-serif; - font-size: 1rem; cursor: pointer; text-align: center; transition: background 250ms ease-in-out, @@ -15,6 +13,7 @@ button { button:focus { outline: none; + border: none; } button:active { diff --git a/src/scss/main.scss b/src/scss/main.scss index e095184..2ae17c3 100644 --- a/src/scss/main.scss +++ b/src/scss/main.scss @@ -56,6 +56,7 @@ main { .collection-box-info { display: flex; flex-direction: column; + align-self: center; p { margin: 0px;