mirror of
https://github.com/simonw/datasette.git
synced 2026-06-13 04:27:00 +02:00
Merge 8d4c69c6fb into d8605ef4c2
This commit is contained in:
commit
a731e78bdd
1 changed files with 7 additions and 0 deletions
|
|
@ -73,6 +73,12 @@ em {
|
|||
}
|
||||
|
||||
body {
|
||||
/* sticky footer */
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
/* /sticky footer */
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: "Helvetica Neue", sans-serif;
|
||||
|
|
@ -331,6 +337,7 @@ button.button-as-link:focus {
|
|||
|
||||
/* Body */
|
||||
section.content {
|
||||
flex-grow: 1; /* sticky footer */
|
||||
margin: 0 1rem;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue