More actions
Futureself (talk | contribs) No edit summary |
Futureself (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Citizen skin */ | /* 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; | |||
} | |||
Revision as of 15:25, 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;
}