mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
Alignment in footer
This commit is contained in:
parent
155db25dd0
commit
619aa91f52
1 changed files with 3 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue