Fixed authors page width.
This commit is contained in:
parent
424867f682
commit
93d8c28327
1 changed files with 11 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue