User:Icedtea02/common.css

From Guild Wars 2 Wiki
Jump to navigationJump to search

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.card {
  break-inside: avoid;
  border: 2px solid black;
  padding: 10px;
  margin: 0 0 1em 0;
}

.container {
  font-size: 1.1em;
  column-width: 28em;
  column-gap: 20px;
}
  
.container-borderless {
  font-size: 1.1em;
  column-width: max-content;
  column-gap: 20px;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .desktop-container-extra { margin-right:20em; }
}