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