Skip to content

Commit

Permalink
web: landing: more centering
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin authored Aug 9, 2024
1 parent d8ad408 commit 0403c18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
</head>
<body>

<div style="height: 200px; display: flex; align-items: center; justify-content: center;">
<div class="centered">
<div style="height: 100%; display: flex; align-items: center; justify-content: center;">
<div>
<!-- this is centered -->
<img src="./img/icon.png" />
<br />
<a href="./explorer/">capa Explorer Web<a>
Expand Down

0 comments on commit 0403c18

Please sign in to comment.