add ReleaseList and all for it

This commit is contained in:
Вячеслав 2025-06-14 20:42:30 +05:00
parent df48306ef7
commit 54cb4607c5
5 changed files with 157 additions and 11 deletions

View file

@ -6,9 +6,15 @@ body, html {
}
.header {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 1.6rem;
}
.header .header_item:nth-child(2) {
margin-left: auto;
}
.content {