собрал первую страницу

This commit is contained in:
Kirill Pet
2025-05-01 18:36:28 +03:00
parent 224c9254e8
commit 4047de51bf
4 changed files with 1493 additions and 1 deletions

View File

@@ -1210,6 +1210,12 @@ button{
transition: opacity .2s ease-out;
text-decoration: none;
}
.to-know--start{
justify-content: start;
padding-left: 0;
}
.to-know:hover{
opacity: .8;
}

View File

@@ -209,6 +209,9 @@ main{
.cabinet__orders .cabinet-card:nth-child(2){
margin-top: 0;
}
.cabinet__orders--no-cab .cabinet-card:nth-child(2){
margin-top: 32px;
}
/* cabinet */
}