Skip to content

Commit 70146e4

Browse files
authored
Merge pull request #29 from AnguHashBlog/copypasteov-patch-1
Update styles.scss
2 parents d3743b3 + 8189241 commit 70146e4

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

angular-primeng-app/src/styles.scss

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,27 @@ a {
4141
}
4242

4343
article {
44-
pre {
45-
line-height: 2.2rem;
46-
padding: 1rem 1.5rem 1rem;
47-
border-radius: 0.3rem;
48-
position: relative;
49-
50-
.hljs-keyword {
51-
color: #f92672;
44+
.content {
45+
p {
46+
img {
47+
width: 100%;
48+
margin: 0 auto;
49+
}
5250
}
53-
54-
.hljs-built_in {
55-
color: #e6db74;
51+
52+
pre {
53+
line-height: 2.2rem;
54+
padding: 1rem 1.5rem 1rem;
55+
border-radius: 0.3rem;
56+
position: relative;
57+
58+
.hljs-keyword {
59+
color: #f92672;
60+
}
61+
62+
.hljs-built_in {
63+
color: #e6db74;
64+
}
5665
}
5766
}
5867
}

0 commit comments

Comments
 (0)