Browse Source

DIV-483: Style changes so 'Let's get started' button is higher than the fold in low resolution screens

pull/160/head
Benard Ebinu 8 years ago
parent
commit
b832b3a292
2 changed files with 8 additions and 8 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +7
    -7
      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


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

@ -1250,9 +1250,8 @@ textarea {
background-size: cover;
.content-column {
margin: 100px auto;
padding: 0;
max-width: 800px;
margin: 54px auto 100px;
max-width: 840px;
padding: 0 20px;
text-align: center;
color: #ffffff;
@ -1266,7 +1265,7 @@ textarea {
h2 {
font-size: 30px;
font-weight: 600;
margin: 48px 0 0;
margin: 42px 0 0;
}
.intro {
@ -1312,13 +1311,14 @@ textarea {
span.number-circle {
border: solid 2px white;
padding: 5px;
padding: 0;
border-radius: 40px;
width: 50px;
height: 50px;
width: 40px;
height: 40px;
display: inline-block;
text-align: center;
margin-right: 10px;
font-size: 21px;
}
}
}


Loading…
Cancel
Save