_error-pages.scss 324 Bytes
Newer Older
1 2
section.outside-app {
  @extend .container;
3

4
  @include text-align(left);
5

6
  padding: ($baseline*4) 0;
7 8 9

  h1 {
    @extend h2;
10

11
    margin-bottom: ($baseline*2);
12
    text-align: center;
13
  }
14

15
  p, ul, form {
16 17
    max-width: 600px;
    margin: 0 auto;
18 19 20 21 22
    font: normal 1em/1.6em $serif;
  }

  li {
    margin-top: 12px;
23 24
  }
}