Minor style updates, add business contact page

This commit is contained in:
Matthew Holt 2020-05-02 23:26:37 -06:00
parent d235f6a9c4
commit f181d98e38
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
7 changed files with 65 additions and 15 deletions

View file

@ -109,7 +109,7 @@ header nav .button {
.button {
border-radius: 2em;
padding: 10px 20px;
margin: 15px 30px 15px 0;
margin: 15px 0;
height: auto;
transition: all .2s;
text-decoration: none;
@ -134,7 +134,7 @@ header nav .button {
}
.button.blue {
background-color: #009ae6;
background-color: #0082d0;
color: white;
}
@ -168,12 +168,20 @@ article a:hover {
text-decoration: underline;
}
pre,
code {
font-family: 'PT Mono', 'Source Code Pro', monospace;
padding: 3px 6px;
font-size: 95%;
line-height: 1.5em;
}
footer {
display: flex;
justify-content: space-between;
margin-top: 100px;
padding: 0 50px 100px;
padding-bottom: 100px;
line-height: 125%;
}

View file

@ -335,14 +335,6 @@ h5 {
background-color: rgba(0, 0, 0, .075);
}
pre,
code {
font-family: 'PT Mono', 'Source Code Pro', monospace;
padding: 3px 6px;
font-size: 95%;
line-height: 1.5em;
}
code {
background-color: #e9f1fb;
border-radius: 5px;

View file

@ -138,7 +138,6 @@ code.rest {
}
iframe.github-stars {
margin-left: 20px;
vertical-align: middle;
}