More actions
dustloop>TarkusLee Created page with ".gameinfo-row-header { font-weight: bold; font-size: 1em; border-color: var(--border-color-base); border-bottom: 1px solid; text-align: left; } .gameinfo-data { font-size: 0.875em; text-align: right; }" |
EmissaryFGC (talk | contribs) No edit summary |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 1em; | font-size: 1em; | ||
border-bottom: 1px solid; | |||
border-color: var(--border-color-base); | |||
text-align: left; | text-align: left; | ||
} | } | ||
| Line 9: | Line 9: | ||
.gameinfo-data { | .gameinfo-data { | ||
font-size: 0.875em; | font-size: 0.875em; | ||
padding:5px; | |||
text-align: right; | text-align: right; | ||
} | |||
.gameinfo-logo img { | |||
max-width: 300px; | |||
margin: 0 auto; | |||
width: 90%; | |||
height: auto; | |||
} | } | ||
Latest revision as of 02:03, 8 October 2024
.gameinfo-row-header {
font-weight: bold;
font-size: 1em;
border-bottom: 1px solid;
border-color: var(--border-color-base);
text-align: left;
}
.gameinfo-data {
font-size: 0.875em;
padding:5px;
text-align: right;
}
.gameinfo-logo img {
max-width: 300px;
margin: 0 auto;
width: 90%;
height: auto;
}