modern-resume-theme 2.0.6 → 2.0.10

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
  SHA256:
3
- metadata.gz: acc4446b8bd06a23d9755f1ecf7f8b71a62389fcfecdde8f4044274c46059a65
4
- data.tar.gz: ecedff0e90c1a813f0afc22fd2bc4566f7858ffc227984a64d48a71aa3700819
3
+ metadata.gz: 7364550bcb72704f3846e62253e4328e0e92c7cbe49496bc80e1faf0e685bd76
4
+ data.tar.gz: dd5d29643579ceae14ea0368f2b11a9c6804e8c55fc4c214d3aa54d81c7e5e12
5
5
  SHA512:
6
- metadata.gz: 0702bd1f81b1e141ad36e7d802f61ac8b2a6eb090133acdb79b441459f510ecdd6b1600ae2902a69e527fd1b79542d048131277337b79c4ab1b868ac06f73ddc
7
- data.tar.gz: 42206da4f511c13378ee3f2b098612be664458f5f9d1404ce53a9d9f2214d9918d02a8fb3d06db4726d757f472bc9b6d32179e9cad3c002c980954348c658915
6
+ metadata.gz: e0b3bc48487e38b577646ae8dfeb2d220dcd1f7e708e263e5930bb8d9d05120b5fc45aa93dd5196c5bebee9614628855be332880fd51f3a0d2e3fc346c4b0e06
7
+ data.tar.gz: f0ffc75f18583f8dad3cfee18d5aaf3d82700d5f542524dbb29ba2df9fffda4cc911d68c5087120e0c125e8845baf9d890df0075f76661d2c13d703fccf79e75
@@ -83,13 +83,6 @@
83
83
  </a>
84
84
  </li>
85
85
  {%- endif -%}
86
- {%- if site.googleplus_username -%}
87
- <li>
88
- <a target="_blank" href="https://plus.google.com/{{ site.googleplus_username| escape }}" class="button button--sacnite button--round-l">
89
- <i class="fab fa-google-plus" title="Google plus link"></i>
90
- </a>
91
- </li>
92
- {%- endif -%}
93
86
  {%- if site.orcid_username -%}
94
87
  <li>
95
88
  <a target="_blank" href="https://orcid.org/{{ site.orcid_username | escape }}" class="button button--sacnite button--round-l">
@@ -1,5 +1,5 @@
1
1
  {% for item in include.content %}
2
- <div class="row clearfix layout layout-{{item.layout | default: 'left'}}">
2
+ <div class="row clearfix layout layout-{{item.layout | default: 'left'}} border-{{item.border | default: 'no'}}">
3
3
  <div class="col-xs-12 col-sm-4 col-md-3 col-print-12 details">
4
4
  <h4 id="{{ item.title | slugify }}">{{ item.title }}</h4>
5
5
  {%- if item.sub_title -%}<p><b>{{ item.sub_title }}</b></p>{%- endif -%}
@@ -13,7 +13,7 @@
13
13
  font-weight:500;
14
14
  }
15
15
 
16
- @media screen and (max-width: 768px) {
16
+ @media screen and (max-width: 767px) {
17
17
  .header-container div{
18
18
  text-align: center;
19
19
  }
@@ -42,29 +42,28 @@
42
42
  box-shadow: inset 0 0 20px #636161;
43
43
  }
44
44
 
45
- .into-text-1 {
46
- margin-top: 30px;
47
- }
48
-
49
- @media only screen and (max-width : 992px) {
50
- .into-text-1 {
51
- margin-top: 20px;
52
- }
53
- }
54
-
55
45
  .list-container {
56
46
  h3 {
57
47
  margin-bottom: 0;
58
48
  }
59
49
  }
60
50
 
51
+ .border-weak {
52
+ padding-bottom: 8px;
53
+ border-bottom: dashed 1px #CCCCCC;
54
+ }
55
+
61
56
  .layout {
62
57
  margin-top: 3rem;
63
58
  display: flex;
64
59
  flex-direction: row;
65
60
 
66
61
  .details {
62
+ display: flex;
63
+ flex-direction: column;
67
64
  text-align: left;
65
+ justify-content: center;
66
+ vertical-align: middle;
68
67
 
69
68
  p {
70
69
  margin-bottom: 3px;
@@ -77,7 +76,7 @@
77
76
  }
78
77
  }
79
78
 
80
- @media screen and (max-width: 768px) {
79
+ @media screen and (max-width: 767px) {
81
80
  text-align: center!important;
82
81
 
83
82
  p {
@@ -125,9 +124,13 @@
125
124
  }
126
125
 
127
126
  .layout-left, .layout-right {
128
- @media screen and (max-width: 768px) {
127
+ @media screen and (max-width: 767px) {
129
128
  flex-direction: column;
130
129
  }
130
+
131
+ .details {
132
+ margin-bottom: 2rem;
133
+ }
131
134
  }
132
135
 
133
136
  .layout-top-middle, .layout-top, .layout-top-right {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: modern-resume-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.6
4
+ version: 2.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Grant
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-15 00:00:00.000000000 Z
11
+ date: 2022-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: github-pages