More actions
dustloop>TarkusLee mNo edit summary |
dustloop>TarkusLee No edit summary |
||
| Line 24: | Line 24: | ||
flex-direction: column; | flex-direction: column; | ||
padding: 0 10px; | padding: 0 10px; | ||
} | |||
#potrait-image { | |||
width: 90%; | |||
height: auto; | |||
} | } | ||
Revision as of 23:24, 2 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;
}
#potrait-image {
width: 90%;
height: auto;
}