Template:NPC: Difference between revisions

From Ephimoria Wiki
No edit summary
Tags: Manual revert Reverted
No edit summary
Tag: Manual revert
Line 1: Line 1:
<infobox>
.portable-infobox .pi-data {
.portable-infobox .pi-data {
     height: 10em;  /* sets height */
     height: 10em;  /* sets height */
Line 6: Line 5:
     justify-content: center ; /* horizontally aligns items or text */
     justify-content: center ; /* horizontally aligns items or text */
}
}
<infobox>
<title source="title">
<title source="title">
<default>{{PAGENAME}}</default>
<default>{{PAGENAME}}</default>

Revision as of 02:00, 25 July 2023

.portable-infobox .pi-data {

   height: 10em;  /* sets height */
   display: flex;
   align-items: center; /* vertically align items or text */
   justify-content: center ; /* horizontally aligns items or text */

}