Template:ItemTable/style.css

From Blue Archive Wiki
Jump to navigation Jump to search
/*** Item table output through DPL ***/
.item-table {
    width: 100%;
    min-width: 575px;
    max-width: 1200px;
}

.item-table td.icon {
    text-align: center;
}

.item-table td.icon img {
    margin: -4px -6px;
}

.item-table-narrow {
    width: 100%;
    min-width: auto;
    max-width: 640px;
}