Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
|
@@ -118,7 +118,7 @@
|
|
| 118 |
}
|
| 119 |
|
| 120 |
.header {
|
| 121 |
-
margin-bottom:
|
| 122 |
}
|
| 123 |
|
| 124 |
.search-bar {
|
|
@@ -131,7 +131,7 @@
|
|
| 131 |
max-width: 500px;
|
| 132 |
color: #ffffff;
|
| 133 |
font-size: 0.95rem;
|
| 134 |
-
margin-bottom:
|
| 135 |
transition: all 0.3s ease;
|
| 136 |
}
|
| 137 |
|
|
@@ -150,7 +150,7 @@
|
|
| 150 |
display: flex;
|
| 151 |
align-items: center;
|
| 152 |
gap: 16px;
|
| 153 |
-
margin-bottom:
|
| 154 |
}
|
| 155 |
|
| 156 |
.category-header .icon {
|
|
@@ -167,7 +167,7 @@
|
|
| 167 |
.playlist-grid {
|
| 168 |
display: grid;
|
| 169 |
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
|
| 170 |
-
gap:
|
| 171 |
}
|
| 172 |
|
| 173 |
.playlist-card {
|
|
|
|
| 118 |
}
|
| 119 |
|
| 120 |
.header {
|
| 121 |
+
margin-bottom: 8px;
|
| 122 |
}
|
| 123 |
|
| 124 |
.search-bar {
|
|
|
|
| 131 |
max-width: 500px;
|
| 132 |
color: #ffffff;
|
| 133 |
font-size: 0.95rem;
|
| 134 |
+
margin-bottom: 8px;
|
| 135 |
transition: all 0.3s ease;
|
| 136 |
}
|
| 137 |
|
|
|
|
| 150 |
display: flex;
|
| 151 |
align-items: center;
|
| 152 |
gap: 16px;
|
| 153 |
+
margin-bottom: 16px;
|
| 154 |
}
|
| 155 |
|
| 156 |
.category-header .icon {
|
|
|
|
| 167 |
.playlist-grid {
|
| 168 |
display: grid;
|
| 169 |
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
|
| 170 |
+
gap: 16px;
|
| 171 |
}
|
| 172 |
|
| 173 |
.playlist-card {
|