Skip to content

fix: added missing styles again #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion datenschutzerklaerung.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
rel="stylesheet"
href="https://db-ui.github.io/core/css/pattern-scaffolding-project-specific.css"
/>
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="styles/v2.css" />
</head>
<body class="tpl-intro">
<header class="rea-header" role="banner">
Expand Down
2 changes: 1 addition & 1 deletion de.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
rel="stylesheet"
href="https://db-ui.github.io/core/css/pattern-scaffolding-project-specific.css"
/>
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="styles/v2.css" />
<link rel="alternate" href="index.html" hreflang="en" />
</head>
<body class="tpl-intro">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
rel="stylesheet"
href="https://db-ui.github.io/core/css/pattern-scaffolding-project-specific.css"
/>
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="styles/v2.css" />
<link rel="alternate" href="de.html" hreflang="de" />
</head>
<body class="tpl-intro">
Expand Down
15 changes: 15 additions & 0 deletions styles/v2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.tpl-intro main .ecosystem {
background-color: #f0f3f5;
padding-bottom: 2.5rem;
}
.ecosystem .cmp-cards {
margin-bottom: 2rem;
}
.ecosystem .cmp-cards figure .elm-image {
width: 64px;
height: 64px;
}

main:target {
scroll-margin-top: 130px;
}