Skip to content

Commit 4b83735

Browse files
authored
Merge branch 'main' into docs-added-favicon
2 parents a47daa7 + 2ff825d commit 4b83735

8 files changed

+20
-4
lines changed

assets/custom/db-ux-components.jpg

121 KB
Loading

assets/custom/db-ux-components.png

-247 KB
Binary file not shown.

datenschutzerklaerung.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
rel="stylesheet"
1818
href="https://db-ui.github.io/core/css/pattern-scaffolding-project-specific.css"
1919
/>
20-
<link rel="stylesheet" href="styles.css" />
20+
<link rel="stylesheet" href="styles/v2.css" />
2121
<link rel="icon" type="image/svg+xml" href="/images/favicon.ico" />
2222
</head>
2323
<body class="tpl-intro">

db-ux-design-system.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1>
5757
</section>
5858
<section id="section-contact" class="section-with-max-width">
5959
<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" />
6161
<p>
6262
Every bit in our world is designed & coded with the primal human
6363
desire to connect with one another while

de.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
rel="stylesheet"
1515
href="https://db-ui.github.io/core/css/pattern-scaffolding-project-specific.css"
1616
/>
17-
<link rel="stylesheet" href="styles.css" />
17+
<link rel="stylesheet" href="styles/v2.css" />
1818
<link rel="alternate" href="index.html" hreflang="en" />
1919
<link rel="icon" type="image/svg+xml" href="/images/favicon.ico" />
2020
</head>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
rel="stylesheet"
1515
href="https://db-ui.github.io/core/css/pattern-scaffolding-project-specific.css"
1616
/>
17-
<link rel="stylesheet" href="styles.css" />
17+
<link rel="stylesheet" href="styles/v2.css" />
1818
<link rel="alternate" href="de.html" hreflang="de" />
1919
<link rel="icon" type="image/svg+xml" href="/images/favicon.ico" />
2020
</head>

styles/styles.css

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ h6 {
129129
max-inline-size: 64rem;
130130
inline-size: 100%;
131131
margin-block: var(--db-spacing-fixed-xl);
132+
border-radius: var(--db-border-radius-lg);
132133
}
133134
}
134135

styles/v2.css

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
}

0 commit comments

Comments
 (0)