Browse Source

DIV-1255 - Need some space between the Initial filing error message and the page content

pull/172/head
Michael Olund 5 years ago
parent
commit
5447891252
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +1
    -0
      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


+ 1
- 0
edivorce/apps/core/static/css/main.scss View File

@ -747,6 +747,7 @@ i.fa.fa-question-circle {
position: relative; position: relative;
padding: 30px 30px 30px 75px; padding: 30px 30px 30px 75px;
margin-top: 30px; margin-top: 30px;
margin-bottom: 20px;
ul { ul {
padding-left: 15px; padding-left: 15px;


Loading…
Cancel
Save