askclass-home-theme 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/_section.scss +8 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7323a8fa7421d3a621e37b613db75f1a1dc839f3c876997cc299a2df4f1197df
4
- data.tar.gz: 6dff747021a522cc4ffe0f2f27d486b94d7cd5943d42fc2567caf03d22f36afa
3
+ metadata.gz: e3888ff13ef71645169ca769518138c749fce8d231850a3bfbe6f1fc2d8f0dcf
4
+ data.tar.gz: b4680d839fa56737cc97ef1ca1a2eb5e924db313a452be6003b0fbf43b6d1530
5
5
  SHA512:
6
- metadata.gz: 773efcf384c75bd5c9ab4b5354703f741206f7cc3b9619f584cab6e33c3159eb164779979707114b3840200bb6bf0fabd96cf368d65657d75d6d2ce10b3e22c1
7
- data.tar.gz: 53abae1b2be92e194a8f3e3059549fd8b96a2a8a4b2ff5c383b329e20c35d3eebb7a962234f60ef1cb4d2fc02f5798cb47540d11f945cadad64cd7aad5d798a9
6
+ metadata.gz: c66ef310e2e133062a22df13ad209460dd19c35a2542d3be020dc451dbda834d6b6c876da5eb5371917587ab9eaa7bce2e8d0fe780d7bd596eeb92c71de45cce
7
+ data.tar.gz: fb283cf2ecc48bdd70a4b11c0e6e55649baea4806a9474b8c38876d6fb3c2182ad202454331c830f3d562990461478182827da11a7ba5e6d4e5333377f7ef2b1
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;
@@ -133,6 +132,9 @@ article {
133
132
 
134
133
  @media screen and (min-width:767px) {
135
134
  @include medium();
135
+ &.rounded {
136
+ margin: 20px 0;
137
+ }
136
138
  .max-width.split-content {
137
139
  flex-direction: row;
138
140
  &.align-right {
@@ -141,6 +143,9 @@ article {
141
143
  .box, .media, .text {
142
144
  flex: 0 0 49%;
143
145
  }
146
+ .box {
147
+ height: 100%;
148
+ }
144
149
  }
145
150
  }
146
151
 
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.3
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-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll