diff --git a/frontend/src/components/LearningPathSearchField.vue b/frontend/src/components/LearningPathSearchField.vue index b8b71960..9afd62f6 100644 --- a/frontend/src/components/LearningPathSearchField.vue +++ b/frontend/src/components/LearningPathSearchField.vue @@ -31,4 +31,9 @@ > - + diff --git a/frontend/src/components/LearningPathsGrid.vue b/frontend/src/components/LearningPathsGrid.vue index 865c7166..8df08a00 100644 --- a/frontend/src/components/LearningPathsGrid.vue +++ b/frontend/src/components/LearningPathsGrid.vue @@ -53,9 +53,9 @@ white-space: normal; } .results-grid { - margin: 20px; + margin: 20px auto; display: flex; - align-items: stretch; + justify-content: center; gap: 20px; flex-wrap: wrap; } diff --git a/frontend/src/views/SingleTheme.vue b/frontend/src/views/SingleTheme.vue index 6924cc1c..4b14d606 100644 --- a/frontend/src/views/SingleTheme.vue +++ b/frontend/src/views/SingleTheme.vue @@ -31,13 +31,14 @@ - + {{ currentThemeInfo!!.title }} {{ currentThemeInfo!!.description }} - + + .search-field-container { - display: block; - margin: 20px; + justify-content: center !important; } .search-field { - max-width: 300px; + width: 25%; + min-width: 300px; } .container { padding: 20px; + justify-content: center; + justify-items: center; } diff --git a/frontend/src/views/learning-paths/LearningPathSearchPage.vue b/frontend/src/views/learning-paths/LearningPathSearchPage.vue index b6d75d15..3b2474b2 100644 --- a/frontend/src/views/learning-paths/LearningPathSearchPage.vue +++ b/frontend/src/views/learning-paths/LearningPathSearchPage.vue @@ -17,43 +17,31 @@ - - + + + + + + - - - - + + - - - - - + + + - - - - - - +
{{ currentThemeInfo!!.description }}