Template:JakeTesting.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 159: Line 159:
   height: auto;
   height: auto;
   border: 0;
   border: 0;
}
.crw-hero-wp,
.content-grid{
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  box-sizing:border-box;
}
.crw-hero-wp{
  padding-top:2rem;
  padding-bottom:2rem;
  margin-bottom:1.5rem;
}
.content-grid{
  margin-top:0;
}
}