Skip to content

Commit

Permalink
How We Work Progress
Browse files Browse the repository at this point in the history
How We Work Finished
  • Loading branch information
roynaldoktaviano committed Mar 7, 2021
1 parent 73241f4 commit cc34cbc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
12 changes: 10 additions & 2 deletions app/scss/_workflow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
@include breakpoint-up(large){
display: flex;
text-align: left;
justify-content:space-between;
justify-content:space-around;
padding: 0;
align-items: center;
height: 240px;
background-image: url(../../images/bg-pattern-how-we-work-desktop.svg);
Expand All @@ -23,7 +24,8 @@

@include breakpoint-up(large){
flex: 0 0 50%;
font-size: 3.3rem;
font-size: 3rem;
padding-right: 9%;
}
}

Expand All @@ -35,6 +37,12 @@
font-weight: normal;
padding: 0.75rem;

&:hover {
background-color: #fff;
color: $darkViolet;
font-weight: 700;
}

@include breakpoint-up(large){
width: 9.0625rem;
height: 2.125rem;
Expand Down
12 changes: 10 additions & 2 deletions dist/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cc34cbc

Please sign in to comment.