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 +4 -4
- data/_layouts/about.html +2 -0
- data/_sass/academic/_layout.scss +31 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 12f84e5e50df530e32dd3a4abffaa26b258c901f
|
|
4
|
+
data.tar.gz: 9c662fe3402a8b1495ea636506abe969baddde23
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a7d508215cebf5ce421375fbbd1eb94bafb2fcfe3e97e8fe38adc91004426d1cf95838206c99662cef08b62a8478dac68962c56dd8a127e296e643b5ce6023c
|
|
7
|
+
data.tar.gz: dfda237634b5b7576825b69a82f79ac8bdadf20e7cb527775a188fb65059d79ef3e371e19ce5cd25403b2956128c71574efe60c23913f10dbcf3c012723f63a7
|
data/_layouts/about.html
CHANGED
data/_sass/academic/_layout.scss
CHANGED
|
@@ -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} /
|
|
709
|
-
width: calc(35% - (#{$spacing-unit} /
|
|
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} /
|
|
721
|
-
width: calc(65% - (#{$spacing-unit} /
|
|
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
|
+
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-
|
|
11
|
+
date: 2017-02-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll-data
|