File tree Expand file tree Collapse file tree 3 files changed +36
-4
lines changed Expand file tree Collapse file tree 3 files changed +36
-4
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ body, html {
36
36
}
37
37
38
38
p {
39
- font-size : 1.25 em ;
40
- font-weight : 400 ;
39
+ font-size : 1 em ;
40
+ font-weight : normal ;
41
41
margin : 0.25em 0.5em ;
42
42
}
43
43
@@ -94,4 +94,25 @@ h1, h2 {
94
94
padding-top : 4.5rem ;
95
95
padding-bottom : 4.5rem ;
96
96
border : 1px solid # CCC ;
97
+ }
98
+
99
+ /* the weird shit for the backgrounds */
100
+ .section-bg-wrapper {
101
+ position : relative;
102
+ height : 750px ;
103
+ width : 100% ;
104
+ margin-bottom : -650px ;
105
+ }
106
+ .section-bg {
107
+ position : absolute;
108
+ top : 0 ;
109
+ bottom : 0 ;
110
+ right : 0 ;
111
+ width : 30% ;
112
+ height : 100% ;
113
+ background-image : linear-gradient (# e04e39, # e04e39 );
114
+ transform : skewY (-15deg );
115
+ transform-origin : bottom right;
116
+ z-index : -1 ;
117
+ border-top-left-radius : 7px ;
97
118
}
Original file line number Diff line number Diff line change 6
6
margin-bottom : 2rem ;
7
7
}
8
8
9
+ .margin-bottom-wide {
10
+ margin-bottom : 5vh ;
11
+ }
12
+
9
13
.margin-left-small , .margin-left-narrow {
10
14
margin-left : 2rem ;
11
15
}
22
26
padding-right : 0.25em ;
23
27
}
24
28
.padding-sides-wide {
25
- padding-left : 1em ;
26
- padding-right : 1em ;
29
+ /* TODO ADD MEDIA QUERIES */
30
+ padding-left : 15% ;
31
+ padding-right : 15% ;
27
32
}
28
33
Original file line number Diff line number Diff line change 41
41
.one-third {
42
42
width : 33.3333% ;
43
43
}
44
+ .two-thirds {
45
+ width : 66.6666% ;
46
+ }
47
+ .three-fourths {
48
+ width : 75% ;
49
+ }
44
50
@media (max-width : 576px ) {
45
51
.row {
46
52
flex-direction : column;
You can’t perform that action at this time.
0 commit comments