Template:Styles/add center form.css: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
Pcoombe changed the content model of the page Template:Styles/add center form.css from "wikitext" to "CSS"
Tag: content model change
No edit summary
 
Line 7: Line 7:
#appeal-wrapper {
#appeal-wrapper {
display: none;
display: none;
}

#donate-form-wrapper {
width: 360px;
}
@media screen and (max-width: 981px) {
#donate-form-wrapper {
width: 100%;
}
}
}

Latest revision as of 14:21, 22 November 2016

/* Additional styles, call with 'style2' parameter */

#LP-table {
    width: auto;
    margin: 0 auto;
}
#appeal-wrapper {
    display: none;
}

#donate-form-wrapper {
  width: 360px;
}
@media screen and (max-width: 981px) {
  #donate-form-wrapper {
    width: 100%;
  }
}