Немножко разбросал track_list.html по шаблонам

This commit is contained in:
Viner Abubakirov
2026-01-02 03:35:19 +05:00
parent 0c59bc5e77
commit 8af3cbee92
6 changed files with 445 additions and 490 deletions

View File

@@ -25,7 +25,7 @@ header {
color: white;
border-radius: 10px;
margin-bottom: 30px;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
h1 {
@@ -59,7 +59,7 @@ h1 {
background: rgba(255, 255, 255, 0.15);
border-radius: 8px;
transition: background 0.3s ease, transform 0.2s ease;
box-shadow: 0 2px 6px rgba(0,0,0,0.15);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.nav-link:hover {
@@ -69,4 +69,10 @@ h1 {
.nav-link:active {
transform: translateY(0);
}
@media (max-width: 768px) {
.container {
padding: 15px;
}
}