materialize-jekyll 0.4.1 → 0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1a5e864e3bef42c9e8c275e31407108b9c37b8bc
4
- data.tar.gz: 55b2d9039c368deaaac57dffd3abf3f24780337a
3
+ metadata.gz: b0cc5c8321f392eb4cfb8520e20b75f730b81933
4
+ data.tar.gz: 9a561270631ee895e670f7541272ad3b85e70864
5
5
  SHA512:
6
- metadata.gz: e6885bd0e9e838f9d05749144b76554db29363af07c64340ff6f94bdd7dcac773bf15d3e70a7c0d51a53bb3f32109acdb362909cb51f7cb82e6210de4c284a90
7
- data.tar.gz: e66e1cf25f8bc1427519f4335ef51e9178ac7f9fcaa3061d6cbfc7f2c3aada9b47dd7d77cd303ca5b9fe211e9ca9de9199dc419fc7f8a3c5dde64b60c9e8c76c
6
+ metadata.gz: 76b56d003a04d8c0038efefe39602a0f4818d93923028471978164b2b78ec87cadc96937089b794dfa39fd154d28bde39107e9a3d069e082a0e4413100b8b5bd
7
+ data.tar.gz: d32d8993476c6dba5c5b3c7ad4bc0fdd876b77381791a150031ab2e49b581ecbe38cdb87d4a95cf6bac1b59a13478fc74cc7b7f196e987c781af6f7acbbcc685
@@ -1,6 +1,6 @@
1
- <section class="row author brown lighten-4" itemprop="author">
1
+ <section class="row author valign-wrapper brown lighten-4" itemprop="author">
2
2
  <div class="col s12 m12" itemscope itemtype="http://schema.org/Person">
3
- <div class="col s12 m4 offset-m1 l4 offset-l1">
3
+ <div class="col s12 m4 author-img-wrapper offset-m1 l4 offset-l1">
4
4
  <img itemprop="image" src="{{site.profile_img_url}}" alt="{{site.name}}" class="circle author-img responsive-img">
5
5
  </div>
6
6
  <div class="col s12 m7 author-info">
@@ -1,6 +1,9 @@
1
+ .author-img-wrapper {
2
+ margin-top: 50px;
3
+ }
4
+
1
5
  .author-img {
2
- max-width: 70% !important;
3
- padding: 50px 0 25px 0;
6
+ width: 75%;
4
7
  display: block;
5
8
  margin: 0 auto;
6
9
  }
@@ -203,19 +203,18 @@
203
203
  color: #f92672;
204
204
  }
205
205
  .highlight {
206
- width: 100vw;
207
- padding: 10px;
206
+ width: 150%;
207
+ padding: 10px 20px 10px 100px;
208
208
  position: relative;
209
209
  left: -20%;
210
210
  right: 0%;
211
- margin-right: -50vw;
211
+ margin: 0 auto;
212
212
  color: #f8f8f2;
213
213
  background-color: #222;
214
214
  }
215
215
 
216
216
  @media only screen and (max-width : 600px) {
217
- .highlight {
218
- left: calc(28% - 42vw);
217
+ table.highlight {
219
218
  }
220
219
  }
221
220
  .highlighter-rouge{
@@ -59,7 +59,6 @@ p {
59
59
  }
60
60
 
61
61
  .author-info {
62
- margin-top: -25px !important;
63
62
  text-align: center;
64
63
  }
65
64
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: materialize-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: '0.5'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Presumido