Skip to content

Commit

Permalink
Fix ol typography
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Jul 4, 2023
1 parent 8c92f21 commit 559a621
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions client/components/Articles/Article/Article.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,23 +72,24 @@
margin-bottom: .25em;
}

.ArticleContent ol,
.ArticleContent ul,
.ArticleContent p {
font-size: 20px;
line-height: 1.35;
margin-bottom: 1.1em;
}

.ArticleContent ul {
list-style-type: none;
}

.ArticleContent li {
margin-top: 0.5em;
margin-bottom: 0.5em;
}

.ArticleContent li:before {
.ArticleContent ul {
list-style-type: none;
}

.ArticleContent ul li:before {
content: "—";
display: inline-block;
padding-right: .5em;
Expand Down Expand Up @@ -118,6 +119,7 @@
font-size: 32px;
}

.ArticleContent ol,
.ArticleContent ul,
.ArticleContent p {
font-size: 22px;
Expand Down

1 comment on commit 559a621

@ekbdev
Copy link

@ekbdev ekbdev commented on 559a621 Jul 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for transport ready!

✅ Preview
https://transport-irqiyoyef-ekbdev.vercel.app
https://ekbdev-transport-feature-output-dynamic-cards.vercel.app

Built with commit 559a621.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.