type-on-strap 2.4.10 → 2.4.11

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.
@@ -0,0 +1,35 @@
1
+ /* --- Aligner --- */
2
+
3
+ .row {
4
+ display: flex;
5
+ flex-wrap: wrap;
6
+ flex-direction: row;
7
+ align-items: center;
8
+ justify-content: center;
9
+ padding: 0.9% 0 1.5% 0;
10
+ }
11
+
12
+ .caption-style {
13
+ order: 1;
14
+ flex: 1 1 100%;
15
+ display: block;
16
+ font-style: italic;
17
+ font-size: 0.8em;
18
+ text-align: center;
19
+ color: var(--meta);
20
+ font-weight: 200;
21
+ padding-bottom: 5px;
22
+ padding-top: 5px;
23
+ }
24
+
25
+ .column {
26
+ flex: 1 0;
27
+
28
+ img {
29
+ min-width: 250px;
30
+ }
31
+ .single {
32
+ width: 100%;
33
+ display: block;
34
+ }
35
+ }
@@ -13,29 +13,3 @@ h1.title {
13
13
  margin-top: 5px;
14
14
  text-shadow: 1px 1px 2px var(--text-shadow);
15
15
  }
16
-
17
- //Shared css in _post.scss
18
-
19
-
20
- /* --- Aligner --- */
21
- /* within page/posts */
22
-
23
- .row {
24
- display: flex;
25
- flex-wrap: wrap;
26
- padding: 0.9% 0 1.5% 0;
27
- }
28
-
29
- .column {
30
- flex: 50%;
31
-
32
- img {
33
- width: 100%;
34
- min-width: 250px;
35
- }
36
-
37
- .single {
38
- width: 50%;
39
- display: block;
40
- }
41
- }
@@ -27,6 +27,7 @@
27
27
  @import 'includes/blog_nav';
28
28
  @import 'includes/gallery';
29
29
  @import 'includes/portfolio';
30
+ @import 'includes/aligner';
30
31
 
31
32
  /* Posts */
32
33
  // Linked with the html in the _layouts folder