diff --git a/src/components/FunFact.svelte b/src/components/FunFact.svelte
index 1a52d41..45f462a 100644
--- a/src/components/FunFact.svelte
+++ b/src/components/FunFact.svelte
@@ -29,10 +29,22 @@
diff --git a/src/components/ProfileCard.svelte b/src/components/ProfileCard.svelte
index 5548c68..0f981ae 100644
--- a/src/components/ProfileCard.svelte
+++ b/src/components/ProfileCard.svelte
@@ -16,22 +16,45 @@
diff --git a/src/views/Home.svelte b/src/views/Home.svelte
index ecadf86..1bf3f4a 100644
--- a/src/views/Home.svelte
+++ b/src/views/Home.svelte
@@ -182,16 +182,18 @@
h3 {
margin-left: 10px;
}
+
.statistics {
color: white;
padding: 20px;
}
+
.cards {
display: grid;
grid-gap: 10px;
}
+
.contributors {
-
display: flex;
flex-direction: row;
flex-wrap: wrap;
@@ -202,6 +204,7 @@
border-radius: 10px;
}
+
.contributors-item {
width: 50px;
height: 50px;
@@ -216,11 +219,11 @@
background-size: contain;
cursor: pointer;
}
+
@media (min-width: 600px) {
.cards {
grid-template-columns: repeat(11, 1fr);
}
}
-
\ No newline at end of file