This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/articles/static/public.css

15 lines
201 B
CSS
Raw Normal View History

body {
max-width: 640px;
}
footer {
border-top: 2px solid var(--nc-bg-3);
margin-top: 2em;
font-size: 80%;
color: var(--nc-tx-2);
}
footer > :first-child {
margin-top: 1em;
}