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