Skip to content

Commit

Permalink
Adde the introduction row styles to the homepage sass partial
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Kirkby committed Dec 12, 2019
1 parent 17a789c commit 1b6bbd5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
19 changes: 0 additions & 19 deletions assets/css/app/custom.scss
Expand Up @@ -597,25 +597,6 @@ body {
}
}
#flow_wrapper {
.row.introduction_row {
padding-top: 60px;
h2 {
border: 5px dotted #0083b0;
border-radius: 10px;
max-width: 600px;
padding: 20px;
margin: auto;
}
p {
font-size: 34px;
font-weight: 100;
margin-bottom: 60px;
line-height: 45px;
@media (max-width: $screen-sm-min) {
font-size: 28px;
}
}
}
.gray_row {
background-color: #666666;
}
Expand Down
19 changes: 19 additions & 0 deletions assets/css/app/home.scss
Expand Up @@ -882,6 +882,25 @@ div#connect {
}
// Website Revamp 2019
#flow_wrapper {
.row.introduction_row {
padding-top: 60px;
h2 {
border: 5px dotted #0083b0;
border-radius: 10px;
max-width: 600px;
padding: 20px;
margin: auto;
}
p {
font-size: 34px;
font-weight: 100;
margin-bottom: 60px;
line-height: 45px;
@media (max-width: $screen-sm-min) {
font-size: 28px;
}
}
}
.row.call_to_action_sections {
.feature_block {
border: 5px dotted #0083b0;
Expand Down

0 comments on commit 1b6bbd5

Please sign in to comment.