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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7323a8fa7421d3a621e37b613db75f1a1dc839f3c876997cc299a2df4f1197df
4
- data.tar.gz: 6dff747021a522cc4ffe0f2f27d486b94d7cd5943d42fc2567caf03d22f36afa
3
+ metadata.gz: 1665595ff2fabc3f4d39e3460d13871d1a135f362771b2a70dcdce62fb503179
4
+ data.tar.gz: 4409f43a9785b4fb68c65a1394aa1df99576ffd9e2e5b5ecaa1a1bdc3793b345
5
5
  SHA512:
6
- metadata.gz: 773efcf384c75bd5c9ab4b5354703f741206f7cc3b9619f584cab6e33c3159eb164779979707114b3840200bb6bf0fabd96cf368d65657d75d6d2ce10b3e22c1
7
- data.tar.gz: 53abae1b2be92e194a8f3e3059549fd8b96a2a8a4b2ff5c383b329e20c35d3eebb7a962234f60ef1cb4d2fc02f5798cb47540d11f945cadad64cd7aad5d798a9
6
+ metadata.gz: d426e046814a00883a73b3925451feb77dd3989dd7b25222726a481ea23852bc2148d4dfbed04aca754e208b6cb56696231e61275398dbfe879c17845b88efff
7
+ data.tar.gz: dc5685eb4d848dc52e50f985a90c318f0720a59f903625e097eb0b8c032a0526d0975c08f70b59f3a6b0e42506ba87958786c0184ad8fd81fccabbadc5acba64
data/_sass/_defaults.scss CHANGED
@@ -30,6 +30,7 @@ $color-footer-link: #222;
30
30
  $box-shift-top-margin: -97px;
31
31
  $box-shift-shadow: rgba(50,50,50,0.5) 1px 1px 5px;
32
32
  $box-larger-font-size: 60px;
33
+ $box-larger-line-height:1;
33
34
 
34
35
  $margin-footer: 100px 0 0 0;
35
36
 
data/_sass/_section.scss CHANGED
@@ -47,7 +47,7 @@ article {
47
47
  padding: 4em 1em;
48
48
 
49
49
  .media + .text {
50
- margin-top: 20px;
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 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.2
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-04-08 00:00:00.000000000 Z
11
+ date: 2023-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll