Fixed authors page width.

This commit is contained in:
Svetlana Rastegina 2021-03-15 14:56:23 +01:00 committed by Georgy Litvinov
parent 424867f682
commit 93d8c28327

View file

@ -1944,7 +1944,7 @@ li.individual {
}
#individual-intro h1 {
font-size: 1.375em;
color: #2485ae;
color: #000000;
}
#individual-intro span.display-title,
h1.fn .display-title {
@ -2718,6 +2718,13 @@ button.collapsible.active {
#individual-intro.person {
margin-top: 0px;
}
#articleHeaderWrapper {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
width: 100%;
}
.keywords {
font-family: "IPH Astra Serif";
font-size: 1.2rem;
@ -2740,11 +2747,11 @@ button.collapsible.active {
margin-left: 40px;
}
#individual-intro.person #individual-info {
width:87%;
width:80%;
margin-bottom: 10px;
}
#share-contact {
width: 11%;
width: 16%;
}
li.nonSelectedGroupTab {
background-color: #efe9d9;
@ -2788,13 +2795,7 @@ span.iconControlsEditable {
background-position: right bottom;
margin-bottom: -1px;
}
#individual-info >header {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
width: 100%;
}
#articleTitleWrapper {
width: 70%;
display: flex;