File tree 8 files changed +20
-4
lines changed
8 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 17
17
rel ="stylesheet "
18
18
href ="https://db-ui.github.io/core/css/pattern-scaffolding-project-specific.css "
19
19
/>
20
- < link rel ="stylesheet " href ="styles.css " />
20
+ < link rel ="stylesheet " href ="styles/v2 .css " />
21
21
< link rel ="icon " type ="image/svg+xml " href ="/images/favicon.ico " />
22
22
</ head >
23
23
< body class ="tpl-intro ">
Original file line number Diff line number Diff line change 57
57
</ section >
58
58
< section id ="section-contact " class ="section-with-max-width ">
59
59
< h3 data-variant ="light "> By all, for all</ h3 >
60
- < img src ="/assets/custom/db-ux-components.png " alt ="DB UX Components " />
60
+ < img src ="/assets/custom/db-ux-components.jpg " width =" 2400 " height =" 1248 " alt ="DB UX Components Overview " />
61
61
< p >
62
62
Every bit in our world is designed & coded with the primal human
63
63
desire to connect with one another while
Original file line number Diff line number Diff line change 14
14
rel ="stylesheet "
15
15
href ="https://db-ui.github.io/core/css/pattern-scaffolding-project-specific.css "
16
16
/>
17
- < link rel ="stylesheet " href ="styles.css " />
17
+ < link rel ="stylesheet " href ="styles/v2 .css " />
18
18
< link rel ="alternate " href ="index.html " hreflang ="en " />
19
19
< link rel ="icon " type ="image/svg+xml " href ="/images/favicon.ico " />
20
20
</ head >
Original file line number Diff line number Diff line change 14
14
rel ="stylesheet "
15
15
href ="https://db-ui.github.io/core/css/pattern-scaffolding-project-specific.css "
16
16
/>
17
- < link rel ="stylesheet " href ="styles.css " />
17
+ < link rel ="stylesheet " href ="styles/v2 .css " />
18
18
< link rel ="alternate " href ="de.html " hreflang ="de " />
19
19
< link rel ="icon " type ="image/svg+xml " href ="/images/favicon.ico " />
20
20
</ head >
Original file line number Diff line number Diff line change 129
129
max-inline-size : 64rem ;
130
130
inline-size : 100% ;
131
131
margin-block : var (--db-spacing-fixed-xl );
132
+ border-radius : var (--db-border-radius-lg );
132
133
}
133
134
}
134
135
Original file line number Diff line number Diff line change
1
+ .tpl-intro main .ecosystem {
2
+ background-color : # f0f3f5 ;
3
+ padding-bottom : 2.5rem ;
4
+ }
5
+ .ecosystem .cmp-cards {
6
+ margin-bottom : 2rem ;
7
+ }
8
+ .ecosystem .cmp-cards figure .elm-image {
9
+ width : 64px ;
10
+ height : 64px ;
11
+ }
12
+
13
+ main : target {
14
+ scroll-margin-top : 130px ;
15
+ }
You can’t perform that action at this time.
0 commit comments