Skip to content

Commit

Permalink
Test feedback page.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-sig committed Apr 15, 2024
1 parent 2d54240 commit 56bc274
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 0 additions & 6 deletions docs/_includes/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,3 @@ td, th {
padding: 4px 8px 4px 8px;
font-size: 14px;
}

img.thankyou {
display: block;
width: 800px;
margin: 50px auto 50px auto;
}
7 changes: 6 additions & 1 deletion docs/landing/feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
<title>Sigrid feedback</title>
<meta name="viewport" content="initial-scale=1.0, width=device-width, user-scalable=no">
<link rel="shortcut icon" type="image/x-icon" href="/ci-training/images/favicon.png" />

<style>
{% include stylesheet.css %}
img.thankyou {
display: block;
width: 800px;
margin: 50px auto 50px auto;
}
</style>
</head>

Expand Down

0 comments on commit 56bc274

Please sign in to comment.