askclass-home-theme 0.1.2 → 0.1.4
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 +4 -4
- data/_sass/_defaults.scss +1 -0
- data/_sass/_section.scss +9 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1665595ff2fabc3f4d39e3460d13871d1a135f362771b2a70dcdce62fb503179
|
|
4
|
+
data.tar.gz: 4409f43a9785b4fb68c65a1394aa1df99576ffd9e2e5b5ecaa1a1bdc3793b345
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d426e046814a00883a73b3925451feb77dd3989dd7b25222726a481ea23852bc2148d4dfbed04aca754e208b6cb56696231e61275398dbfe879c17845b88efff
|
|
7
|
+
data.tar.gz: dc5685eb4d848dc52e50f985a90c318f0720a59f903625e097eb0b8c032a0526d0975c08f70b59f3a6b0e42506ba87958786c0184ad8fd81fccabbadc5acba64
|
data/_sass/_defaults.scss
CHANGED
data/_sass/_section.scss
CHANGED
|
@@ -47,7 +47,7 @@ article {
|
|
|
47
47
|
padding: 4em 1em;
|
|
48
48
|
|
|
49
49
|
.media + .text {
|
|
50
|
-
margin-top:
|
|
50
|
+
margin-top: 1em;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
h4 {
|
|
@@ -63,12 +63,11 @@ article {
|
|
|
63
63
|
display: flex;
|
|
64
64
|
justify-content: center;
|
|
65
65
|
.max-width {
|
|
66
|
-
padding: 0 1em
|
|
66
|
+
padding: 0 1em;
|
|
67
67
|
width: 100%;
|
|
68
68
|
}
|
|
69
69
|
.box {
|
|
70
70
|
width: 100%;
|
|
71
|
-
height: 100%;
|
|
72
71
|
box-sizing: border-box;
|
|
73
72
|
border-radius: 1em;
|
|
74
73
|
margin: 1em 0;
|
|
@@ -79,6 +78,7 @@ article {
|
|
|
79
78
|
overflow: hidden;
|
|
80
79
|
&.larger {
|
|
81
80
|
font-size: $box-larger-font-size;
|
|
81
|
+
line-height: $box-larger-line-height;
|
|
82
82
|
}
|
|
83
83
|
&.shift {
|
|
84
84
|
margin-top: $box-shift-top-margin;
|
|
@@ -133,6 +133,9 @@ article {
|
|
|
133
133
|
|
|
134
134
|
@media screen and (min-width:767px) {
|
|
135
135
|
@include medium();
|
|
136
|
+
&.rounded {
|
|
137
|
+
margin: 20px 0;
|
|
138
|
+
}
|
|
136
139
|
.max-width.split-content {
|
|
137
140
|
flex-direction: row;
|
|
138
141
|
&.align-right {
|
|
@@ -141,6 +144,9 @@ article {
|
|
|
141
144
|
.box, .media, .text {
|
|
142
145
|
flex: 0 0 49%;
|
|
143
146
|
}
|
|
147
|
+
.box {
|
|
148
|
+
height: 100%;
|
|
149
|
+
}
|
|
144
150
|
}
|
|
145
151
|
}
|
|
146
152
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: askclass-home-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- AskClass
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-05-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|