Skip to content

Commit

Permalink
Remove unordered list from CSS margin property
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
  • Loading branch information
vipulgupta2048 committed Feb 19, 2024
1 parent 41f8ea2 commit abba2cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ timeout = 10
insecure = false

# Comma-separated list of accepted status codes for valid links.
accept = ['200', '204', '301', '429']
accept = ['200', '204', '301', '429', '403']

# Only test links with the given schemes (e.g. https).
# Omit to check links with any scheme.
Expand Down
1 change: 0 additions & 1 deletion static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ article .headroom {
}

.page-content p,
ul,
ol {
margin-top: 16px;
margin-bottom: 16px;
Expand Down

0 comments on commit abba2cf

Please sign in to comment.