Skip to content

Commit f43adf5

Browse files
author
Jose Ramos Mendez
committed
Fix marging and broken link
modified: assets/styles.css modified: download.html
1 parent 18bd458 commit f43adf5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

assets/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,16 +148,16 @@ header {
148148

149149
.hero {
150150
max-width: 1100px;
151-
margin: 0 auto;
152-
padding: 4rem 1.5rem 2rem;
151+
margin: 0 auto 2.5rem;
152+
padding: 4rem 1.5rem 3rem;
153153
display: grid;
154154
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
155155
gap: 1.5rem;
156156
}
157157

158158
.floating-banner {
159159
max-width: 720px;
160-
margin: -1rem auto 2rem;
160+
margin: 0 auto 2.5rem;
161161
background: rgba(32, 171, 76, 0.12);
162162
border: 1px solid rgba(46, 160, 67, 0.4);
163163
border-radius: 999px;

download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h4>Docker Image</h4>
5050
<p>
5151
Pull the ready-to-run container from Docker Hub for reproducible environments and CI pipelines.
5252
</p>
53-
<p><a href="https://hub.docker.com/repository/docker/opentopas/opentopas/general" target="_blank" rel="noopener">Docker Hub repository →</a></p>
53+
<p><a href="https://hub.docker.com/r/opentopas/opentopas" target="_blank" rel="noopener">Docker Hub repository →</a></p>
5454
</article>
5555

5656
<article class="card link-card" data-href="https://ucsf.app.box.com/folder/262804016737?s=x4hdonmehd90t9aosxibxru12abkrx2s" tabindex="0">

0 commit comments

Comments
 (0)