diff --git a/peer-prep-fe/package-lock.json b/peer-prep-fe/package-lock.json index 37991e6d9b..8114b4a84e 100644 --- a/peer-prep-fe/package-lock.json +++ b/peer-prep-fe/package-lock.json @@ -18,14 +18,13 @@ "@angular/platform-browser": "^18.2.0", "@angular/platform-browser-dynamic": "^18.2.0", "@angular/router": "^18.2.0", - "angular-oauth2-oidc": "^17.0.2", - "node": "^22.9.0", "@fortawesome/fontawesome-free": "^6.6.0", "@fortawesome/fontawesome-svg-core": "^6.6.0", "@fortawesome/free-brands-svg-icons": "^6.6.0", "@fortawesome/free-regular-svg-icons": "^6.6.0", "@fortawesome/free-solid-svg-icons": "^6.6.0", - + "angular-oauth2-oidc": "^17.0.2", + "node": "^22.9.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.10" diff --git a/peer-prep-fe/src/components/question-list/question-list.component.css b/peer-prep-fe/src/components/question-list/question-list.component.css index da4e44df26..8709fa35e2 100644 --- a/peer-prep-fe/src/components/question-list/question-list.component.css +++ b/peer-prep-fe/src/components/question-list/question-list.component.css @@ -1,13 +1,22 @@ .tourney-title { color: white; font-size: 60px; + margin-top: 5vh; margin-bottom: 40px; + font-family: "Tourney", sans-serif; + font-optical-sizing: auto; + font-weight: 300; + font-style: normal; + text-align: center; } .question-list { max-height: 600px; overflow-y: auto; - margin-top: 20px; + margin-top: 5vh; + display: flex; + justify-content: center; + align-items: center; } .question-list::-webkit-scrollbar { diff --git a/peer-prep-fe/src/components/search-and-filter/search-and-filter.component.css b/peer-prep-fe/src/components/search-and-filter/search-and-filter.component.css index 285d9026bf..ce9898419e 100644 --- a/peer-prep-fe/src/components/search-and-filter/search-and-filter.component.css +++ b/peer-prep-fe/src/components/search-and-filter/search-and-filter.component.css @@ -6,7 +6,8 @@ /* Fix flex layout only for specific elements */ .container { display: flex; - align-items: center; + align-items: center; + justify-content: center; } .search-container { diff --git a/peer-prep-fe/src/styles.css b/peer-prep-fe/src/styles.css index ca45967524..32925feada 100644 --- a/peer-prep-fe/src/styles.css +++ b/peer-prep-fe/src/styles.css @@ -31,7 +31,7 @@ html, body { font-family: "Signika Negative", sans-serif; color: #A4A4A4; overflow: hidden; -} + } .upper-half { display: flex; @@ -93,17 +93,6 @@ html, body { } -.tourney-title { - font-family: "Tourney", sans-serif; - font-optical-sizing: auto; - font-weight: 300; - font-style: normal; - font-variation-settings: - "wdth" 100; - text-align: center; - } - -