diff --git a/src/public/css/style.css b/src/public/css/style.css index ebd7107e1bd478fe4a75c690340554f5d0a8bd32..25f43ae354cec713fda3b3994ec7d5cbf0ce5b40 100644 --- a/src/public/css/style.css +++ b/src/public/css/style.css @@ -83,11 +83,8 @@ input.input-search:hover { /* pagination */ .pagination-container { - position: absolute; - bottom: 3%; - left: 50%; - transform: translateX(-50%); text-align: center; + justify-content: center; } .pagination a { color: var(--text-standard); @@ -97,7 +94,6 @@ input.input-search:hover { font-family: var(--font-standard); text-decoration: none; transition: background-color 0.3s; - /* float: center; */ } .pagination a.active { background-color: var(--navbar-color); @@ -285,7 +281,7 @@ input.input-search { width: 100%; box-sizing: border-box; padding: 1rem; - height: 77.8%; + height: 80%; background: var(--background-color-standard); overflow-y: hidden; overflow-x: hidden; @@ -795,6 +791,9 @@ input.form-price:focus, .navbar { height: 5%; } + .gym-card-container { + height: 84%; + } .gym-card-text, .gym-card-text-admin { font-size: 17px; }