Implemented new Natalie design

This commit is contained in:
Natalie Downe 2020-10-27 11:40:08 -07:00 committed by Simon Willison
commit df19a48a3b
3 changed files with 12 additions and 9 deletions

View file

@ -210,7 +210,7 @@ ol.spaced {
margin-bottom: 0.8rem;
}
ul.bullets {
padding-left: 0.9rem;
padding-left: 1.25rem;
}
ul.bullets li,
ul.spaced li,
@ -290,7 +290,9 @@ section.content {
}
/* Footer */
footer {
margin-top: 1rem;
}
/* Components ============================================================== */
@ -568,6 +570,7 @@ form button[type=button] {
width: auto;
display: inline-block;
box-shadow: 1px 2px 8px 2px rgba(0,0,0,0.08);
background-color: white;
}
.download-sqlite em {