Template:NPC: Difference between revisions
From Ephimoria Wiki
(Infobox created with infobox builder.) |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
.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 */ | |||
} | |||
<infobox> | <infobox> | ||
<title source="title"> | <title source="title"> |
Revision as of 01:11, 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 */
}