File tree Expand file tree Collapse file tree 2 files changed +43
-0
lines changed
Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ .banner {
2+ background : var (--clr-white );
3+ color : var (--clr-css-cyan );
4+ padding-inline : var (--page-padding );
5+
6+ > div {
7+ display : flex;
8+ justify-content : center;
9+ align-items : center;
10+ }
11+
12+ .icon {
13+ flex-shrink : 0 ;
14+ height : unset;
15+ width : unset;
16+
17+ img {
18+ height : 20px ;
19+ width : auto;
20+
21+ @media (width > = 667px) {
22+ height : 16px ;
23+ }
24+ }
25+ }
26+
27+ h2 {
28+ --border-padding : 16px ;
29+
30+ font-size : var (--font-banner );
31+ font-weight : 300 ;
32+ margin-block : 15px ;
33+ margin-left : var (--border-padding );
34+ padding-left : var (--border-padding );
35+ border-left : 2px solid var (--clr-css-cyan );
36+
37+ @media (width > = 667px) {
38+ --border-padding : 8px ;
39+
40+ margin-block : 12px ;
41+ }
42+ }
43+ }
You can’t perform that action at this time.
0 commit comments