Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 709: Line 709:
.mainpage-wrapper .link-tile {
.mainpage-wrapper .link-tile {
   flex: 1 1 120px;
   flex: 1 1 120px;
  aspect-ratio: 1 / 1;  /* Maintains square shape */
   padding: 1em;
   padding: 1em;
   text-align: center;
   text-align: center;
   min-width: 100px;
   min-width: 100px;
  color: var(--color-emphasized);
  background-color: var(--color-surface-2);
  border: var(--border-width-base) solid var(--border-color-base);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
}


/* === Mobile responsiveness === */
/* === Mobile responsiveness === */