This commit is contained in:
Roman Pyrih
2025-02-10 14:47:12 +01:00
parent 70f6e511ce
commit f9e8170a41
4 changed files with 185 additions and 78 deletions

View File

@@ -354,6 +354,11 @@
&_2 {
grid-template-columns: 1fr;
row-gap: 70px;
column-gap: 80px;
width: calc(100% - 300px);
margin-left: auto;
margin-right: auto;
._persons {
._person {
@@ -437,7 +442,33 @@
grid-template-columns: 1fr 1fr 1fr;
gap: 32px;
._person__wrapp {
._person_title {
color: #1d1d1e;
font-family: 'URW Form', sans-serif;
font-size: 20px;
font-weight: 700;
text-align: center;
margin-bottom: 20px;
}
}
._person {
padding: 28px 20px;
border: 0.5px solid #d7d7d7;
box-shadow: 2px -2px 10px 0.5px rgba(0, 0, 0, 0.1);
border-radius: 15px;
p {
margin-bottom: 0;
strong {
font-weight: 700;
a {
font-weight: 700;
}
}
}
._name {
font-weight: 600;
font-size: 16px;