academic 0.5.4 → 0.5.5

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
  SHA1:
3
- metadata.gz: dca60c56ebfa28c7c19efb91794abdf67463904d
4
- data.tar.gz: bd87ac9e35f272d040cade9d567c157f975ae3b8
3
+ metadata.gz: 12f84e5e50df530e32dd3a4abffaa26b258c901f
4
+ data.tar.gz: 9c662fe3402a8b1495ea636506abe969baddde23
5
5
  SHA512:
6
- metadata.gz: b25fac4c11d6abc7b747361fff7ee6a3ec706d51fb5cd60820f7d8ca4a446c4a008f72b570b00f86ba02f69294b8adc4221da7dc66169894d314cbe2aa8ba7bc
7
- data.tar.gz: 8672e32407b6faf197dab976b0f4c96e1ffaebd62f1953ba7d203c7c07d84c8f57c278ee29e607a2e54ac0166be7f16b8bb77423ba6ea50adb860536abcafe02
6
+ metadata.gz: 7a7d508215cebf5ce421375fbbd1eb94bafb2fcfe3e97e8fe38adc91004426d1cf95838206c99662cef08b62a8478dac68962c56dd8a127e296e643b5ce6023c
7
+ data.tar.gz: dfda237634b5b7576825b69a82f79ac8bdadf20e7cb527775a188fb65059d79ef3e371e19ce5cd25403b2956128c71574efe60c23913f10dbcf3c012723f63a7
@@ -36,6 +36,8 @@ layout: default
36
36
  </div>
37
37
  <article class="about-col about-col-2" itemscope itemtype="http://schema.org/BlogPosting">
38
38
 
39
+ <h1>{{ page.title }}</h1>
40
+
39
41
  <div class="post-content" itemprop="articleBody">
40
42
  {{ content }}
41
43
  </div>
@@ -220,6 +220,23 @@
220
220
  border-bottom: 5px $grey-color solid;
221
221
  }
222
222
 
223
+ @include media-query($on-palm) {
224
+ height: auto;
225
+ line-height: normal;
226
+
227
+ &:nth-child(n+0) {
228
+ margin: 0;
229
+ height: auto;
230
+ padding: 0 10px 0px;
231
+ }
232
+
233
+ a {
234
+ margin: 0px;
235
+ padding: 0px;
236
+ }
237
+
238
+ }
239
+
223
240
  }
224
241
  }
225
242
 
@@ -231,6 +248,7 @@
231
248
  border: 1px solid $grey-color-light;
232
249
  border-radius: 5px;
233
250
  text-align: right;
251
+ margin-left: 20px;
234
252
 
235
253
  .menu-icon {
236
254
  display: block;
@@ -700,13 +718,14 @@
700
718
 
701
719
  .user-picture {
702
720
  border-radius: 50%;
721
+ max-width: calc(85%);
703
722
  }
704
723
 
705
724
  .about-col-1 {
706
725
  @include size(vsmall);
707
726
  padding-right: $spacing-unit / 2;
708
- width: -webkit-calc(35% - (#{$spacing-unit} / 2));
709
- width: calc(35% - (#{$spacing-unit} / 2));
727
+ width: -webkit-calc(35% - (#{$spacing-unit} / 4));
728
+ width: calc(35% - (#{$spacing-unit} / 4));
710
729
 
711
730
 
712
731
  .user-picture {
@@ -717,8 +736,12 @@
717
736
 
718
737
  .about-col-2 {
719
738
  @include size(small);
720
- width: -webkit-calc(65% - (#{$spacing-unit} / 2));
721
- width: calc(65% - (#{$spacing-unit} / 2));
739
+ width: -webkit-calc(65% - (#{$spacing-unit} / 4));
740
+ width: calc(65% - (#{$spacing-unit} / 4));
741
+
742
+ h1 {
743
+ margin-top: 0;
744
+ }
722
745
  }
723
746
 
724
747
  @include media-query($on-laptop) {
@@ -768,3 +791,7 @@
768
791
  .no-version {
769
792
  cursor: default;
770
793
  }
794
+
795
+ .invisible {
796
+ display: none;
797
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: academic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - gaalcaras
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-19 00:00:00.000000000 Z
11
+ date: 2017-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll-data