Skip to content

Commit

Permalink
💄 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanth committed May 16, 2014
1 parent a086c4e commit 9bfe054
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion web-components/about-me/aboutme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@
* {
overflow-wrap:hyphenate.
}


h1 {
width: 800px
position: relative;
letter-spacing: -1px;
font-size: 60px;
font-weight: 100;
text-shadow: rgb(255, 255, 255) 0px 1px 0px;
}
.info {
display: table;
margin: 0 auto;
Expand Down

0 comments on commit 9bfe054

Please sign in to comment.