|
@@ -10194,9 +10194,17 @@ footer .copyright .logo {
|
|
|
.flat-links--vertical .flat-links__item {
|
|
.flat-links--vertical .flat-links__item {
|
|
|
width: 100%; }
|
|
width: 100%; }
|
|
|
|
|
|
|
|
|
|
+.person-page__title {
|
|
|
|
|
+ margin: 10px 0;
|
|
|
|
|
+ font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
|
|
|
|
|
+ font-size: 20px;
|
|
|
|
|
+ font-weight: 700; }
|
|
|
|
|
+.person-page__text-info {
|
|
|
|
|
+ font-size: 14px; }
|
|
|
.person-page__awards {
|
|
.person-page__awards {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
- flex-direction: row; }
|
|
|
|
|
|
|
+ flex-direction: row;
|
|
|
|
|
+ margin: 20px -10px; }
|
|
|
.person-page__award {
|
|
.person-page__award {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
@@ -10204,7 +10212,8 @@ footer .copyright .logo {
|
|
|
justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
- width: 200px; }
|
|
|
|
|
|
|
+ width: 200px;
|
|
|
|
|
+ margin: 0 10px; }
|
|
|
.person-page__award-name {
|
|
.person-page__award-name {
|
|
|
display: block;
|
|
display: block;
|
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
@@ -10213,8 +10222,10 @@ footer .copyright .logo {
|
|
|
.person-page__award-image {
|
|
.person-page__award-image {
|
|
|
display: block; }
|
|
display: block; }
|
|
|
.person-page__category {
|
|
.person-page__category {
|
|
|
- font-size: 16px;
|
|
|
|
|
- color: #75787b; }
|
|
|
|
|
|
|
+ color: #75787b;
|
|
|
|
|
+ padding-top: 1px;
|
|
|
|
|
+ padding-bottom: 8px;
|
|
|
|
|
+ font-size: 13px; }
|
|
|
|
|
|
|
|
body {
|
|
body {
|
|
|
font-family: "Open Sans", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; }
|
|
font-family: "Open Sans", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; }
|