diff --git a/index.html b/index.html
index d957c83..9a31751 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,7 @@
+
PulseRoots: Electronic Music Styles Tree
diff --git a/styles.css b/styles.css
index be19084..9df0e1f 100644
--- a/styles.css
+++ b/styles.css
@@ -181,6 +181,7 @@ footer {
display: flex;
flex-direction: row;
justify-content: space-between;
+ flex-wrap: wrap;
gap: 20px;
margin-top: 50px;
}
@@ -199,6 +200,7 @@ footer i {
flex-direction: row;
align-items: center;
gap: 20px;
+ min-width: 200px;
}
#footer-logo {
@@ -213,4 +215,10 @@ footer i {
#social-share i:hover {
color: #a7a7a7;
+}
+
+@media (max-width: 768px) {
+ footer {
+ padding: 10px 30px;
+ }
}
\ No newline at end of file