Template:Memory icon card/styles.css

From Love and Deepspace Wiki

.memory-icon-card { max-width: 150px; background: #efefef; border: 1px solid #eee; border-radius: 5px; box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.4); margin: auto; padding: 0.25em; }

.memory-icon-card-header { padding: 0.25em; }

.memory-icon-card-section__header { font-weight: bold; text-align: center; }

.memory-icon-card-section { padding: 0 0 0.75em 0; display: grid; grid-gap: 0.25em; grid-template-columns: repeat(6, 1fr); }