jekyll-theme-lucas-minima 0.1.8 → 0.1.9

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: 7805bdd3e55da2680ec7535e25c281024722cc05d04a31ee168846117c5b5e69
4
+ data.tar.gz: 707b7915e05b6d98742ade74076903bd55091f8967d574c05087411ce12a4aca
5
5
  SHA512:
6
- metadata.gz: 3c12bfe8627e4425ebc0eaec62880eec41527a63d5db0ddd7bda83aa51726ffdde7407b84eb0804d20fe894bd10985ace1aca229f0decbc2731354a5740c6853
7
- data.tar.gz: e070437b4022992beb0daa481a882028ee3b52dfec848a78945fefdd7a9f8613c0806a9f0a94fb13d480dc8d1f66e0ff5b2f6ca6d8425fb50f9be8bbb116a3c7
6
+ metadata.gz: 5d091042d3f7a67c3920a64c7f215f02f7d78202720aab28093e64859644c10c633387f70b85eb4a017e73f4866d77224e5940c533582c4ebe45d9a4f281992d
7
+ data.tar.gz: bf8849266fbe38202861919c4f310e1c96fb3093cf55e2a39057fa03ec20efd371cc982c11ea80804ee899e7e61ab0da774bad6f119a2a4893c8058f51dcaa5a
data/_sass/_resume.scss CHANGED
@@ -132,21 +132,24 @@
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;
150
153
  font-weight: bold;
151
154
  }
152
155
  }
@@ -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.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - LucasZ-SGP