We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 870c230 + 587992c commit 6b2c0f7Copy full SHA for 6b2c0f7
docs/index.md
@@ -1,7 +1,5 @@
1
<div class="hero-logo">
2
-
3
-
4
+ <img src="assets/img/cubedynamics_logo.png" alt="CubeDynamics logo">
5
</div>
6
7
# CubeDynamics: a composable grammar of operations for spatiotemporal data cubes.
docs/stylesheets/extra.css
@@ -20,7 +20,7 @@
20
/* Constrain hero logo to MkDocs Material content column */
21
.hero-logo {
22
max-width: 100%;
23
- margin: 0 auto 2rem auto;
+ margin: 0 auto 1.5rem auto;
24
text-align: center;
25
}
26
@@ -29,7 +29,5 @@
29
display: block;
30
31
height: auto;
32
33
- /* Prevent excessive vertical dominance */
34
max-height: 280px;
35
0 commit comments