File tree Expand file tree Collapse file tree 3 files changed +37
-7
lines changed Expand file tree Collapse file tree 3 files changed +37
-7
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,10 @@ body, html {
36
36
line-height : 1.5 ;
37
37
}
38
38
39
-
40
39
p {
41
- font-size : var (--text-preset-2 );
42
- line-height : 1.6 ;
43
- margin : 0 0 1rem 0 ;
44
- font-weight : 300 ;
40
+ font-size : 1em ;
41
+ font-weight : normal;
42
+ margin : 0.25em 0.5em ;
45
43
}
46
44
47
45
h1 ,
@@ -89,3 +87,24 @@ h1, h2 {
89
87
padding-bottom : 8rem ;
90
88
border : 1px solid # CCC ;
91
89
}
90
+
91
+ /* the weird shit for the backgrounds */
92
+ .section-bg-wrapper {
93
+ position : relative;
94
+ height : 750px ;
95
+ width : 100% ;
96
+ margin-bottom : -650px ;
97
+ }
98
+ .section-bg {
99
+ position : absolute;
100
+ top : 0 ;
101
+ bottom : 0 ;
102
+ right : 0 ;
103
+ width : 30% ;
104
+ height : 100% ;
105
+ background-image : linear-gradient (# e04e39, # e04e39 );
106
+ transform : skewY (-15deg );
107
+ transform-origin : bottom right;
108
+ z-index : -1 ;
109
+ border-top-left-radius : 7px ;
110
+ }
Original file line number Diff line number Diff line change 330
330
margin-bottom : 2rem ;
331
331
}
332
332
333
+ .margin-bottom-wide {
334
+ margin-bottom : 5vh ;
335
+ }
336
+
333
337
.margin-left-small , .margin-left-narrow {
334
338
margin-left : 2rem ;
335
339
}
346
350
padding-right : 0.25em ;
347
351
}
348
352
.padding-sides-wide {
349
- padding-left : 1em ;
350
- padding-right : 1em ;
353
+ /* TODO ADD MEDIA QUERIES */
354
+ padding-left : 15% ;
355
+ padding-right : 15% ;
351
356
}
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