Save
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user