mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Margin bottom on metadata description
This commit is contained in:
parent
8796172652
commit
abcf022249
1 changed files with 3 additions and 0 deletions
|
|
@ -81,6 +81,9 @@ body {
|
||||||
.intro {
|
.intro {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
.metadata-description {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
p {
|
p {
|
||||||
margin: 0 0 0.75rem 0;
|
margin: 0 0 0.75rem 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue