Browse Source

DIV-1160: Fix landing page header styling

pull/170/head
ariannedee 5 years ago
parent
commit
b9ce01feab
2 changed files with 4 additions and 3 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +3
    -2
      edivorce/apps/core/static/css/main.scss

+ 1
- 1
edivorce/apps/core/static/css/main.css
File diff suppressed because it is too large
View File


+ 3
- 2
edivorce/apps/core/static/css/main.scss View File

@ -1549,8 +1549,9 @@ textarea {
h1 {
color: $color-blue-dark;
max-width: 500px;
margin: 0 auto;
max-width: 600px;
margin: 70px auto;
font-size: 48px;
}
h2,
h3 {


Loading…
Cancel
Save