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

From Donate
Jump to navigation Jump to search
Content deleted Content added
hide appeal, center form
 
No edit summary
 
(One intermediate revision by the same user not shown)
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%;
  }
}