Site.css 278 B

12345678910111213
  1. /* Set padding to keep content from hitting the edges */
  2. .body-content {
  3. margin-top: 15px;
  4. padding-left: 15px;
  5. padding-right: 15px;
  6. }
  7. /* Set width on the form input elements since they're 100% wide by default */
  8. input,
  9. select,
  10. textarea {
  11. max-width: 280px;
  12. }