Content deleted Content added
pull max width up to div? maybe? Tag: Reverted |
ok, this is probably dumb, but... Tag: Reverted |
||
Line 1:
.portalbox-sand {
display: table;
box-sizing: border-box;▼
max-width: 175px;▼
}
Line 7 ⟶ 6:
padding: 0; /* Timeless adds padding */
display: table;
▲ box-sizing: border-box;
▲ max-width: 175px;
}
|