Skip to content

Commit

Permalink
Remove characters that render differently
Browse files Browse the repository at this point in the history
Fixes jlord#19
  • Loading branch information
jlord committed Sep 24, 2018
1 parent b9846cc commit 7fe0cfa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/style2.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ p {font-weight: 200; font-size: 20px;}

.container {margin: 0 auto; width: 700px; padding: 120px 12px 50px; overflow: auto;}
article {padding: 60px;}
article::before {
/* TODO find better cross-platform characters */
/* article::before {
content: '\2601';
position: relative;
top: 0;
Expand All @@ -38,7 +39,7 @@ article::after {
left: 300px;
color: #0068FF;
font-size: 44px;
}
} */
hr {border-bottom: 3px solid #0068FF;}

.meta {text-transform: uppercase; font-family: Arial, Courier New, Source Sans Pro, sans-serif; font-size: 10px; letter-spacing: .15em;}
Expand Down

0 comments on commit 7fe0cfa

Please sign in to comment.