Skip to content

Commit 52b63dd

Browse files
additional tweaks
1 parent 08d8b24 commit 52b63dd

4 files changed

Lines changed: 12 additions & 15 deletions

File tree

css/01-main.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -389,12 +389,4 @@ button::-moz-focus-inner, input::-moz-focus-inner {
389389

390390
.narrow {
391391
max-width: 800px;
392-
}
393-
394-
/*@media only screen and (max-width: 400px) {*/
395-
@media only screen and (max-width: 412px) {
396-
/*@media only screen and (max-width: 6.2in) {*/
397-
.btn {
398-
font-size: 1.2rem;
399-
}
400392
}

css/02-home.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@
452452
position: absolute;
453453
left: .6rem;
454454
/*bottom: -13.2rem;*/
455-
bottom: -8.2rem;
455+
bottom: -3.8rem;
456456
}
457457

458458
.home-content__scroll a {
@@ -765,7 +765,7 @@ html.no-csstransitions .home-content__main {
765765
padding: 0;
766766
}
767767
.home-content__scroll {
768-
bottom: -9rem;
768+
bottom: -3rem;
769769
}
770770
.home-social {
771771
padding-bottom: 10.8rem;

css/media.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
}
291291
#home .home-content .row h2 {
292292
font-size: 2rem;
293-
width: 95%;
293+
width: 80%;
294294
}
295295

296296
#home .home-content .flex-row {
@@ -356,10 +356,15 @@
356356
padding-left: 0px;
357357
padding-right: 0px;
358358
}
359-
#about p.lead,
360-
#XP p.lead {
359+
#about .section-intro {
360+
padding-bottom: 0px;
361+
}
362+
#about p.lead {
361363
font-size: 1.8rem;
362364
}
365+
#XP p.lead {
366+
font-size: 1.815rem;
367+
}
363368
#about p {
364369
font-size: 1.65rem; /* less than p .ead */
365370
/*padding-bottom: 2.2rem;*/

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ <h3>I've Got Some skills.</h3>
262262
<h3>My Experience</h3>
263263
<h1>Timeline</h1>
264264
<p class="lead">
265-
Here are more recent roles with I have had the pleasure of working on.
266-
Due to the nature of most of my roles, I have worn many hats & worked on several projects.
265+
Here are the most recent roles with which I have had the pleasure of working on.
266+
Due to the nature of most of them, I have worn many hats for several projects.
267267
If you would like to see more details about what these roles entailed, please <b><a href="https://docs.google.com/document/d/1_UqCMOFebcXdRAKjrf5wLjpeFzTNEKht-hMHxCkXXno/edit?usp=sharing" target="_blank" rel="noreferrer noopener" >review this document</a></b>
268268
or <b><a href="https://www.linkedin.com/in/kkeeton" target="_blank" rel="noreferrer noopener" >my LinkedIn</a></b>.
269269
</p>

0 commit comments

Comments
 (0)