Alignment in footer

This commit is contained in:
fnetx 2022-01-27 15:30:23 +01:00
parent 155db25dd0
commit 619aa91f52
No known key found for this signature in database
GPG key ID: 03870C95EE9F2661

View file

@ -1,4 +1,4 @@
.content :not(img) { max-width: 80ch; }
.content :not(img, pre) { max-width: 80ch; }
.content img { border: 5px solid rgba(0, 0, 0, 0.2); max-width: 100%; }
.content blockquote { margin: 0; }
.content-title { margin-top: 20px !important; }
@ -10,6 +10,8 @@
.content ul { list-style: outside; }
.content ol, .content ul { margin-top: 10px; padding-left: 2em; }
.codeberg-design .card, .codeberg-design hr { margin-left: 0; }
a.header-anchor, a.header-anchor:visited { color: var(--lm-base-text-color) !important; text-decoration: none; }
.dark-mode a.header-anchor, .dark-mode a.header-anchor:visited { color: var(--dm-base-text-color) !important; text-decoration: none; }
a.header-anchor:hover { text-decoration: underline; }