Skip to content

Commit

Permalink
Fix styles error in Home.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kutaloweb authored Apr 16, 2019
1 parent 8d6c018 commit 1ef1cca
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions src/routes/home/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,20 @@
font-size: 1.5rem;
}

.newsDesc {
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 1.125rem;
}

pre {
white-space: pre-wrap;
font-size: 0.875rem;
}

img {
max-width: 100%;
}
.newsDesc h1,
.newsDesc h2,
.newsDesc h3,
.newsDesc h4,
.newsDesc h5,
.newsDesc h6 {
font-size: 1.125rem;
}

.newsDesc pre {
white-space: pre-wrap;
font-size: 0.875rem;
}

.newsDesc img {
max-width: 100%;
}

0 comments on commit 1ef1cca

Please sign in to comment.