diff --git a/sonarQuest-frontend/src/app/pages/quest-page/components/available-quests/available-quests.component.css b/sonarQuest-frontend/src/app/pages/quest-page/components/available-quests/available-quests.component.css
index 3423814d..9d243d02 100644
--- a/sonarQuest-frontend/src/app/pages/quest-page/components/available-quests/available-quests.component.css
+++ b/sonarQuest-frontend/src/app/pages/quest-page/components/available-quests/available-quests.component.css
@@ -1,14 +1,35 @@
-div#tobecovered{
- position: relative;
-}
-
-div#tobecovered img.cover{
- position: absolute;
- /* position in top left of #tobecovered */
- top: 0; /* top of #tobecovered */
- left: 0; /* left of #tobecovered */
-}
-
-mat-card#questcard {
- width: 250px
-}
\ No newline at end of file
+#questcard {
+ background-image: url('/assets/images/dagger.png');
+ background-repeat: no-repeat;
+ background-position: top;
+ background-blend-mode: difference;
+ width: 100%;
+}
+
+.quest-container {
+ display: grid;
+ grid-column-gap: 10px;
+}
+
+@media only screen and (min-width: 320px) and (max-width: 600px){
+ .quest-container {
+ grid-template-columns: 1fr;
+ }
+}
+
+@media only screen and (min-width: 601px) and (max-width: 980px){
+ .quest-container {
+ grid-template-columns: 1fr 1fr;
+ }
+}
+@media only screen and (min-device-width: 981px) and (max-width: 1600px){
+ .quest-container {
+ grid-template-columns: 1fr 1fr 1fr;
+ }
+}
+
+@media only screen and (min-device-width: 1601px){
+ .quest-container {
+ grid-template-columns: 1fr 1fr 1fr 1fr;
+ }
+}
diff --git a/sonarQuest-frontend/src/app/pages/quest-page/components/available-quests/available-quests.component.html b/sonarQuest-frontend/src/app/pages/quest-page/components/available-quests/available-quests.component.html
index e3f643d1..bbdce1e5 100644
--- a/sonarQuest-frontend/src/app/pages/quest-page/components/available-quests/available-quests.component.html
+++ b/sonarQuest-frontend/src/app/pages/quest-page/components/available-quests/available-quests.component.html
@@ -42,9 +42,8 @@
{{"QUEST_PAGE.AVAILABLE_QUESTS_FOR_WORLD"| translate}} {{currentWorld?.name}}
-
-
-
+
+
@@ -74,7 +73,6 @@ {{quest.title}}
-
-
+
-
\ No newline at end of file
+
diff --git a/sonarQuest-frontend/src/app/pages/quest-page/components/participated-quests/participated-quests.component.css b/sonarQuest-frontend/src/app/pages/quest-page/components/participated-quests/participated-quests.component.css
index 3423814d..9d243d02 100644
--- a/sonarQuest-frontend/src/app/pages/quest-page/components/participated-quests/participated-quests.component.css
+++ b/sonarQuest-frontend/src/app/pages/quest-page/components/participated-quests/participated-quests.component.css
@@ -1,14 +1,35 @@
-div#tobecovered{
- position: relative;
-}
-
-div#tobecovered img.cover{
- position: absolute;
- /* position in top left of #tobecovered */
- top: 0; /* top of #tobecovered */
- left: 0; /* left of #tobecovered */
-}
-
-mat-card#questcard {
- width: 250px
-}
\ No newline at end of file
+#questcard {
+ background-image: url('/assets/images/dagger.png');
+ background-repeat: no-repeat;
+ background-position: top;
+ background-blend-mode: difference;
+ width: 100%;
+}
+
+.quest-container {
+ display: grid;
+ grid-column-gap: 10px;
+}
+
+@media only screen and (min-width: 320px) and (max-width: 600px){
+ .quest-container {
+ grid-template-columns: 1fr;
+ }
+}
+
+@media only screen and (min-width: 601px) and (max-width: 980px){
+ .quest-container {
+ grid-template-columns: 1fr 1fr;
+ }
+}
+@media only screen and (min-device-width: 981px) and (max-width: 1600px){
+ .quest-container {
+ grid-template-columns: 1fr 1fr 1fr;
+ }
+}
+
+@media only screen and (min-device-width: 1601px){
+ .quest-container {
+ grid-template-columns: 1fr 1fr 1fr 1fr;
+ }
+}
diff --git a/sonarQuest-frontend/src/app/pages/quest-page/components/participated-quests/participated-quests.component.html b/sonarQuest-frontend/src/app/pages/quest-page/components/participated-quests/participated-quests.component.html
index bd9bb8fb..c1d051f0 100644
--- a/sonarQuest-frontend/src/app/pages/quest-page/components/participated-quests/participated-quests.component.html
+++ b/sonarQuest-frontend/src/app/pages/quest-page/components/participated-quests/participated-quests.component.html
@@ -34,6 +34,8 @@ {{"TABLE.INFO.NO_ENTRIES"| translate}}
+
+
@@ -41,10 +43,9 @@
{{"QUEST_PAGE.MY_QUESTS_FOR_WORLD"| translate}} {{currentWorld?.name}}
-
-
-
-
+
+
+
@@ -72,6 +73,4 @@ {{quest.title}}
-
-
-
\ No newline at end of file
+