No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
} | |||
.infobox-description { | |||
font-size: 0.75rem; | |||
font-style: italic; | |||
} | } | ||
.infobox-separator { | .infobox-separator { |
Revision as of 07:54, 21 May 2023
.infobox {
display: flex;
flex-direction: column;
float: right;
max-width: 300px;
}
.infobox-name {
font-size: 1.125rem;
font-weight: bold;
text-align: center;
}
.infobox-description {
font-size: 0.75rem;
font-style: italic;
}
.infobox-separator {
background: #00d2ff;
padding: 0.2rem 0.5rem;
font-weight: bold;
text-align: center;
}