Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
Fix footer at the bottom
Archived did:key:z6MkfgZK...5YMm opened 2 years ago
1 file changed +3 -0 ad057ac2 9b15910c
modified assets/css/page.css
@@ -6,6 +6,8 @@ body {
  line-height: 1.4;
  max-width: 100%;
  height: 100%;
+
  display: flex;
+
  flex-direction: column;
}

body, h1, h2, h3, h4, h5, p, table {
@@ -178,6 +180,7 @@ body > main {
  margin: 0 auto;
  padding: 2rem;
  max-width: 96ch;
+
  flex: 1;
}

body > header {