Jump to content

MediaWiki:Common.css

From ATRONIA Wiki
Revision as of 12:55, 23 February 2026 by WikiManagement (talk | contribs) (Created page with ".products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 40px 20px; margin-top: 20px; } .product-item { text-align: center; } .product-image { display: block; margin: 0 auto 12px; } .product-item a { display: block; font-weight: 600; margin-bottom: 4px; text-decoration: none; } .product-subtitle { display: block; font-size: 14px; color: #666; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 40px 20px;
    margin-top: 20px;
}

.product-item {
    text-align: center;
}

.product-image {
    display: block;
    margin: 0 auto 12px;
}

.product-item a {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
    text-decoration: none;
}

.product-subtitle {
    display: block;
    font-size: 14px;
    color: #666;
}