Skip to content

Commit a6f6e68

Browse files
committed
updated the background shape
1 parent 44354d4 commit a6f6e68

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

addon/styles/global.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,21 +98,21 @@ h1, h2 {
9898

9999
/* the weird shit for the backgrounds */
100100
.section-bg-wrapper {
101+
height: 725px;
102+
margin-bottom: -690px;
101103
position: relative;
102-
height: 750px;
103104
width: 100%;
104-
margin-bottom: -650px;
105105
}
106106
.section-bg {
107-
position: absolute;
108-
top: 0;
107+
background-image: linear-gradient(#e04e39, #e04e39);
108+
border-top-left-radius: 7px;
109109
bottom: 0;
110-
right: 0;
111-
width: 30%;
112110
height: 100%;
113-
background-image: linear-gradient(#e04e39, #e04e39);
114-
transform: skewY(-15deg);
111+
position: absolute;
112+
right: 0;
113+
top: 0;
115114
transform-origin: bottom right;
115+
transform: skewY(-15deg);
116+
width: 30%;
116117
z-index:-1;
117-
border-top-left-radius: 7px;
118118
}

addon/styles/typography.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@
9393
}
9494
.text-intro {
9595
font-size: 1.5em;
96+
font-weight: 300;
97+
line-height: 1.4;
9698
margin-bottom: 6vh;
9799
}
98100

0 commit comments

Comments
 (0)