Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
epidrome authored Jan 23, 2018
1 parent 85411e3 commit 4cc673a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _includes/main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
font-family: 'Open Sans',Helvetica,Arial,sans-serif;
font-family: Helvetica,Arial,sans-serif;
background-color: rgba(0, 0, 0, 0);
position: absolute;
top: 0;
Expand Down Expand Up @@ -31,13 +31,13 @@ h1 {
font-weight: normal;
letter-spacing: 0.1em;
font-size: 4em;
font-family: 'Open Sans';
font-family: Helvetica;
margin: -10px 0;
}
h3 {
color: white;
padding-bottom: 20px;
font-weight: normal;
font-weight: bold;
}
.content {
padding-top: 100px;
Expand Down Expand Up @@ -118,7 +118,7 @@ a:hover {
.description {
display: inline-block;
color: white;
font-family: Arial;
font-family: Helvetica;
margin-left: 40px;
}
.content {
Expand Down

0 comments on commit 4cc673a

Please sign in to comment.