krad 3.7.4 → 3.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a9a62531aaa122285a774ea47c08fc7ead5b091
4
- data.tar.gz: 30f7ac237816d615a93fb40d829608ed7caa23d4
3
+ metadata.gz: 606a7e96b716bf2531993e4d2a6543fede9d7d4e
4
+ data.tar.gz: cf5d0f065aab57dbe64a30a1da758c3085675bf5
5
5
  SHA512:
6
- metadata.gz: 5056deae40f6acb2f658fd3e676910bb1d8bcdd9d164839635635de478c000a1a334b36420d28013dc805216a9391120731177d71fefd7cb9edc3d09c1c1bc12
7
- data.tar.gz: 65452bf8e5102b4a2971037135334578192bba6f5c6c61a944cd8f11859e012ff6073c8ebaa4146e4b912e6aefe87a16f489f7fb2b766e2d50937f55e638a2e4
6
+ metadata.gz: 7c3ee81329b80015841ebae0aa3f527543f28473bc9fc463301aec23a59e4059664622391e7cf8f77a0b7b689fb685bfaec24e0a95dbf2805c6aca5dc7a5786a
7
+ data.tar.gz: 82cf7aa7da11212bee881662f2c188800701e4e4b8f036fec068d43aa8a695762ac5d2ab41fff6aaafba1ff15d06d69ebdaa21185de9efe13c6c83bf7dc4b612
@@ -52,7 +52,7 @@ article.post h3 {
52
52
  /* Lists and Table*/
53
53
  ul, ol {
54
54
  margin-top: 0;
55
- margin-bottom: 1rem;
55
+ margin-bottom: 1.6rem;
56
56
  padding-left: 1.5em;
57
57
  }
58
58
 
@@ -252,10 +252,9 @@ small {
252
252
  &:before {
253
253
  font-family: FontAwesome;
254
254
  content: '\f075';
255
- color: $color-gray;
255
+ color: $color-gray-light;
256
256
  font-style: normal;
257
- margin-left: -2em;
258
- margin-right: 1em;
257
+ margin-right: 0.5em;
259
258
  }
260
259
  }
261
260
  }
@@ -6,7 +6,7 @@ img {
6
6
  max-width: 100%;
7
7
  }
8
8
  figure {
9
- margin: 0 0 1rem;
9
+ margin: 0 0 1.6rem;
10
10
  }
11
11
  figcaption, .img-caption {
12
12
  text-align: center;
@@ -22,7 +22,7 @@ figcaption + img {
22
22
 
23
23
  // Images Alignment
24
24
 
25
- .img-center {
25
+ .img-center, .img-left, .img-right, .img-expand {
26
26
  text-align: center;
27
27
  }
28
28
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: krad
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.7.4
4
+ version: 3.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lê Thanh Tùng