File tree Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 32
32
background-repeat : no-repeat;
33
33
background-position : bottom left;
34
34
}
35
+
36
+ @media (max-width : 1007px ) {
37
+ .bg-shape-boxes-bottom {
38
+ background-size : 300px ;
39
+ }
40
+
41
+ .bg-shape-boxes-bottom + * {
42
+ background-size : 100px ;
43
+ }
44
+ }
Original file line number Diff line number Diff line change 1
1
<div class =" es-page-header bg-shape-boxes-bottom" ...attributes>
2
- <div class =" container" >
3
- <h1 class =" text-hero-xl" >{{ @headline }} </h1 >
2
+ <div class =" container layout" >
3
+ <div class =" lg:col-5" >
4
+ <h1 class =" text-hero-xl" >{{ @headline }} </h1 >
4
5
5
- <p class =" text-hero-base {{ if hasBlock " mb-2" }} " >{{ @detail }} </p >
6
+ <p class =" text-hero-base {{ if hasBlock " mb-2" }} " >{{ @detail }} </p >
6
7
7
- {{ yield }}
8
+ {{ yield }}
9
+ </div >
8
10
</div >
9
- </div >
11
+ </div >
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ should use the `<EsPageHeader />` component:
12
12
>
13
13
<EsButton>Go</EsButton>
14
14
</EsPageHeader>
15
+ <section>
16
+ <div class="container">
17
+ <h2>Next Section</h2>
18
+ <p>This is here to show how the bg-shape continues onto the next section</p>
19
+ </div>
20
+ </section>
15
21
```
16
22
17
23
This example is making use of the [ ` dark ` css helper] ( /css/helpers#dark )
You can’t perform that action at this time.
0 commit comments