new page interviews
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user