File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -90,21 +90,22 @@ h1, h2 {
90
90
91
91
/* the weird shit for the backgrounds */
92
92
.section-bg-wrapper {
93
+ height : 725px ;
94
+ margin-bottom : -690px ;
93
95
position : relative;
94
- height : 750px ;
95
96
width : 100% ;
96
- margin-bottom : -650px ;
97
97
}
98
98
.section-bg {
99
- position : absolute ;
100
- top : 0 ;
99
+ background-image : linear-gradient ( # e04e39 , # e04e39 ) ;
100
+ border- top-left-radius : 7 px ;
101
101
bottom : 0 ;
102
- right : 0 ;
103
- width : 30% ;
104
102
height : 100% ;
105
- background-image : linear-gradient (# e04e39, # e04e39 );
106
- transform : skewY (-15deg );
103
+ position : absolute;
104
+ right : 0 ;
105
+ top : 0 ;
107
106
transform-origin : bottom right;
107
+ transform : skewY (-15deg );
108
+ width : 30% ;
108
109
z-index : -1 ;
109
110
border-top-left-radius : 7px ;
110
111
}
Original file line number Diff line number Diff line change 98
98
99
99
.text-intro {
100
100
font-size : 1.5em ;
101
+ font-weight : 300 ;
102
+ line-height : 1.4 ;
101
103
margin-bottom : 6vh ;
102
104
}
You can’t perform that action at this time.
0 commit comments