Template:Infobox Country/styles.css

From Elections Wiki
Jump to navigation Jump to search
#responsive-country-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-country-box {
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
  }
}