new page interviews

This commit is contained in:
argoexpert press
2024-06-11 12:54:22 +03:00
parent f871c62628
commit 6c9eb10fdc
4 changed files with 104 additions and 88 deletions

View File

@@ -89,7 +89,6 @@
}
.articles-preview__show-next {
color: var(--secondary);
padding: 1.8rem 0 1.7rem;
grid-column: span 2;
width: 100%;
@@ -97,9 +96,9 @@
border-top: 0.1rem solid var(--gray);
margin-top: -1px;
font-family: 'Raleway', sans-serif;
font-weight: 700;
transition: 0.3s;
font-size: 2rem;
font-size: 1.3rem;
display: flex;
justify-content: center;
}
@@ -163,6 +162,10 @@
gap: 1.5rem;
left: 3.9rem;
bottom: 1.8rem;
background: rgba(0, 0, 0, 0.5); /* Черный фон с 50% прозрачностью */
border-radius: 0.5rem; /* закруглим углы */
width: 200px;
padding-left: 4px;
}
.banner-left {