type-on-strap 2.4.10 → 2.4.12

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
+ }
@@ -90,7 +90,7 @@ nav {
90
90
 
91
91
  /* ---- Responsive ---- */
92
92
 
93
- @media (min-width: $break) {
93
+ @media (min-width: $break + 1) {
94
94
  a#pull {
95
95
  display: none;
96
96
  }
@@ -138,7 +138,7 @@ nav {
138
138
  width: 100%;
139
139
  text-align: center;
140
140
  font-size: 1em;
141
- position: relative;
141
+ margin: 0;
142
142
  background-color: var(--background);
143
143
  backdrop-filter: brightness(0.98);
144
144
 
@@ -148,7 +148,6 @@ nav {
148
148
 
149
149
  a {
150
150
  width: 100%;
151
- margin: 0;
152
151
  display: block;
153
152
  }
154
153
 
@@ -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