Skip to content

Commit 6b2c0f7

Browse files
authored
Merge pull request #180 from CU-ESIIL/codex/fix-hero-logo-overlap-and-rendering
Fix hero logo rendering and sizing
2 parents 870c230 + 587992c commit 6b2c0f7

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<div class="hero-logo">
2-
3-
![CubeDynamics logo](assets/img/cubedynamics_logo.png)
4-
2+
<img src="assets/img/cubedynamics_logo.png" alt="CubeDynamics logo">
53
</div>
64

75
# CubeDynamics: a composable grammar of operations for spatiotemporal data cubes.

docs/stylesheets/extra.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/* Constrain hero logo to MkDocs Material content column */
2121
.hero-logo {
2222
max-width: 100%;
23-
margin: 0 auto 2rem auto;
23+
margin: 0 auto 1.5rem auto;
2424
text-align: center;
2525
}
2626

@@ -29,7 +29,5 @@
2929
display: block;
3030
max-width: 100%;
3131
height: auto;
32-
33-
/* Prevent excessive vertical dominance */
3432
max-height: 280px;
3533
}

0 commit comments

Comments
 (0)