More actions
dustloop>TarkusLee No edit summary |
dustloop>TarkusLee No edit summary |
||
| Line 27: | Line 27: | ||
#portrait-image img { | #portrait-image img { | ||
width: | width: auto; | ||
height: auto; | height: auto; | ||
max-height: 350px; | max-height: 350px; | ||
max-width: 95%; | |||
} | } | ||
Revision as of 00:23, 3 January 2023
.infobox {
overflow: visible;
width: 100%;
text-align: left;
line-height: 1.3em;
}
.infobox-header {
width: 100%;
border-top: 1px solid;
border-color: var(--border-color-base);
color: var(--color-base--emphasized);
font-size: 1em;
}
.infobox-data td {
text-align: right;
font-size: 0.875em;
}
.infobox tr {
display: flex;
box-sizing: border-box;
flex-direction: column;
padding: 0 10px;
}
#portrait-image img {
width: auto;
height: auto;
max-height: 350px;
max-width: 95%;
}