Skip to content

Commit

Permalink
New Styles
Browse files Browse the repository at this point in the history
  • Loading branch information
cogdog committed Oct 23, 2017
1 parent f214eb7 commit 588799b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion assets/css/main.css
Expand Up @@ -2174,7 +2174,6 @@
margin-right: auto;
}


span.social-network-name {
display: none;
}
Expand Down Expand Up @@ -2204,3 +2203,17 @@ a.more-link {
text-align: center;
}

.main.style1 h2 {
text-shadow: -2px -2px 0 #060606, 2px -2px 0 #060606, -2px 2px 0 #060606, 2px 2px 0 #060606;
}

.main.style1 p {
font-size: 1.4rem;
font-weight: 600;
}

.main.style2 > .content {
opacity: 0.9;
}


0 comments on commit 588799b

Please sign in to comment.