Skip to content

Commit

Permalink
adicionando margin-left na tag li no markdown preview
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiscleverson committed May 17, 2024
1 parent 3b838fd commit d47ffe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def data_valid(self, title: str, content: str) -> bool:

def update_content(self, id:str, title: str, body: str, description:str, status:str, published_at:datetime) -> None:
Contents.query.filter_by(id=id).update({
#Contents.slug:slug(title),
Contents.title:title,
Contents.body:body,
Contents.status:status,
Expand Down
1 change: 1 addition & 0 deletions static/css/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@

#html-preview li,
#markdown-preview li {
margin-left:20px;
margin-bottom: 0.5em;
}

Expand Down

0 comments on commit d47ffe0

Please sign in to comment.