Template:Furniture/furniture.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Created page with " .furnituretable { width: 100%; min-width: 575px; max-width: 900px; } .furnituretable-summary { } .furnituretable-summary img { max-width: 100%; max-height: 124px; object-fit: contain; margin-top: 0.5em; } .furniture-name-main { display: block; text-align: center; font-size: 22px; font-weight: bold; } .furniture-name-sub { display: block; text-align: center; fo...")
 
No edit summary
Line 1: Line 1:
.furnituretable {
.furnituretable {
width: 100%;
width: 100%;
min-width: 575px;
min-width: 480px;
max-width: 900px;
max-width: 720px;
}
}