jekyll-theme-lucas-minima 0.1.8 → 0.1.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: d8a130cf13ae06cf81df03114e084d114f7d73560004f393957c7c888af1a41e
4
- data.tar.gz: d40668f1b3cad7bc18921b4215cd9ef30b9605a145c9769242557de24466f47a
3
+ metadata.gz: d1da1e09649eb4d4b209ca7d36385f320b39757444f41d05565fcb3f96816bcd
4
+ data.tar.gz: 223da0e3e41967b2eb561093c29eda9649b6193035e581b5625379dac1a577a1
5
5
  SHA512:
6
- metadata.gz: 3c12bfe8627e4425ebc0eaec62880eec41527a63d5db0ddd7bda83aa51726ffdde7407b84eb0804d20fe894bd10985ace1aca229f0decbc2731354a5740c6853
7
- data.tar.gz: e070437b4022992beb0daa481a882028ee3b52dfec848a78945fefdd7a9f8613c0806a9f0a94fb13d480dc8d1f66e0ff5b2f6ca6d8425fb50f9be8bbb116a3c7
6
+ metadata.gz: ccca36fa99d7f86efd3ea603df53c125bc3332f3c12c87b78a00cdfc049461c2146cadbbd706f72c3cbc550ccddf6b965ef566145407a1952d84d51ea09e5aa6
7
+ data.tar.gz: 8212af1dad04354e7274121945e37efb19f0adf69c895f740ccd17733e4e53fb18c731cb3b6eeb3369761a9bdfee0475a4ef4caad715eebf4d4d9a69d9916a21
data/_sass/_resume.scss CHANGED
@@ -132,22 +132,35 @@
132
132
 
133
133
  .contact-info {
134
134
  margin: 1.5rem auto;
135
- width: 300px;
136
135
  text-align: left;
137
136
 
138
137
  p {
139
138
  margin: 0.5rem 0;
140
139
  @include sans_light;
141
140
  color: #333;
141
+ text-align: left;
142
142
 
143
143
  a {
144
144
  color: #333;
145
145
  text-decoration: none;
146
+ border-bottom: 1px solid;
147
+ font-weight: 400;
146
148
  @include transition(color 0.2s ease);
147
149
 
148
150
  &:hover {
149
151
  color: #9c9c9c;
152
+ border-bottom: none;
153
+ font-weight: bold;
154
+ }
155
+ &::before {
156
+ content: attr(title);
150
157
  font-weight: bold;
158
+ height: 0;
159
+ overflow: hidden;
160
+ visibility: hidden;
161
+ position: absolute;
162
+ top: 0;
163
+ left: 0;
151
164
  }
152
165
  }
153
166
  }
@@ -40,6 +40,7 @@
40
40
  color: $text-color;
41
41
  line-height: $base-line-height;
42
42
  position: relative;
43
+ padding: 5px 10px;
43
44
 
44
45
  // Gaps between nav items, but not on the last one
45
46
  &:not(:last-child) {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-lucas-minima
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - LucasZ-SGP