We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3743b3 + 8189241 commit 70146e4Copy full SHA for 70146e4
angular-primeng-app/src/styles.scss
@@ -41,18 +41,27 @@ a {
41
}
42
43
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;
+ .content {
+ p {
+ img {
+ width: 100%;
+ margin: 0 auto;
+ }
52
53
54
- .hljs-built_in {
55
- color: #e6db74;
+
+ pre {
+ line-height: 2.2rem;
+ padding: 1rem 1.5rem 1rem;
+ border-radius: 0.3rem;
56
+ position: relative;
57
58
+ .hljs-keyword {
59
+ color: #f92672;
60
61
62
+ .hljs-built_in {
63
+ color: #e6db74;
64
65
66
67
0 commit comments