Fixing photo credits, gitignoring Gemfile.lock, minor styling tweaks

This commit is contained in:
Zachary Klosko 2020-12-03 12:07:18 -05:00
parent ff336eb8fe
commit ecf04f894b
8 changed files with 16 additions and 35 deletions

View file

@ -39,6 +39,10 @@ h1,h2,h3,h4,h5,h6{
font-family:'Open Sans','Helvetica Neue',Arial,sans-serif;
}
h1,h2{
margin-top: 30px; /* adding padding on top of lead headings */
}
/* Correcting overscroll on TOC links */
:target{
padding-top: 57px;
@ -203,12 +207,6 @@ header.masthead p{font-weight:300}
.btn-outline-full-width{border:1px solid #888;margin:5px;width:100%}
/* Photo Credit */
.photo-credit {
position: relative;
bottom:0;
}
/* Blockquotes */
blockquote {
border: 2px solid #f05f40;
@ -232,7 +230,7 @@ text-align: right;
/* Code Blocks */
code {
color: #f05f40;
color: #212529;
font-size: .9rem;
}
@ -320,23 +318,6 @@ padding: 10px 20px;
padding: 5px;
}
/* Gradients */
.gradient-dark {
background-color: #343a40;
background-image: -webkit-gradient(linear, left top, right top, from(#343a40), to(#000));
background-image: -webkit-linear-gradient(left, #343a40, #000);
background-image: -o-linear-gradient(left, #343a40, #000);
background-image: linear-gradient(to right, #343a40, #000);
}
.gradient-primary {
background-color: transparent;
background-image: -webkit-gradient(linear, left top, right top, from(#FF7657), to(#FF6745));
background-image: -webkit-linear-gradient(left, #FF7657, #FF6745);
background-image: -o-linear-gradient(left, #FF7657, #FF6745);
background-image: linear-gradient(to right, #FF7657, #FF6745);
}
/*------------------------------------
List
------------------------------------*/