More actions
Futureself (talk | contribs) No edit summary |
Futureself (talk | contribs) No edit summary |
||
| Line 10: | Line 10: | ||
width: 300px; | width: 300px; | ||
border-radius: 10px; | border-radius: 10px; | ||
display: block; | |||
margin: auto; | |||
padding-bottom: 5px; /* Less gap before the text */ | |||
} | |||
.default-character { | |||
margin-bottom: 10px; /* Reduce space below the image */ | |||
} | } | ||
Revision as of 15:31, 28 February 2025
/* All CSS here will be loaded for users of the Citizen skin */
/* Styling for Character Hub */
.character-hub {
text-align: center;
max-width: 800px;
margin: auto;
}
.character-main-image {
width: 300px;
border-radius: 10px;
display: block;
margin: auto;
padding-bottom: 5px; /* Less gap before the text */
}
.default-character {
margin-bottom: 10px; /* Reduce space below the image */
}