Template:Infobox Election/styles.css

From Elections Wiki
Revision as of 18:12, 23 January 2025 by Dartz (talk | contribs) (Created page with "#responsive-election-box { float: right; clear: right; margin: 0 0 1em 1em; border: 1px solid #AAAAAA; width: 25em; padding: 0.5em; background-color: #F9F9F9; } @media (max-width: 768px) { #responsive-election-box { width: 100% !important; margin: 0 auto !important; float: none !important; } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
#responsive-election-box {
  float: right;
  clear: right;
  margin: 0 0 1em 1em;
  border: 1px solid #AAAAAA;
  width: 25em;
  padding: 0.5em;
  background-color: #F9F9F9;
}

@media (max-width: 768px) {
  #responsive-election-box {
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
  }
}