diff --git a/dist/styles.css b/dist/styles.css index da35569..c5614b7 100644 --- a/dist/styles.css +++ b/dist/styles.css @@ -464,9 +464,10 @@ input:focus { text-align: center; display: grid; width: 100%; - height: 850px; + height: 95vh; grid-template-columns: 70% 30%; grid-template-rows: 75% 25%; + margin-bottom: 3%; } /* Information Box */ @@ -925,10 +926,11 @@ input:focus { #addOutfit { background-color: var(--secondary-background-color); + cursor: pointer; } #addOutfit:hover { - background-color: var(--translucent-background-color); + background-color: var(--translucent-background-color); } #plusContainer { @@ -939,6 +941,7 @@ input:focus { top: 0%; right: 0%; transform: translate(0%, 20%); + cursor: pointer; } .cardImage {