diff --git a/_src/about/index.html b/_src/about/index.html index d34af43e..db3c3236 100644 --- a/_src/about/index.html +++ b/_src/about/index.html @@ -12,5 +12,4 @@ title: About I'm a designer & developer hybrid based in Berlin, Germany.

-

Have a look at my portfolio or hit me up on Twitter, App.net or Google+

\ No newline at end of file +

Have a look at my portfolio or hit me up on Twitter, App.net or

\ No newline at end of file diff --git a/_src/assets/less/page-about.less b/_src/assets/less/page-about.less index 4aff9f1e..4a60b5b6 100644 --- a/_src/assets/less/page-about.less +++ b/_src/assets/less/page-about.less @@ -23,18 +23,19 @@ .intro-2 { .divider-bottom; @media @breakpoint2 { - max-width: 60%; + max-width: 50%; margin-left: auto; margin-right: auto; } } .intro-1 { - font-size: 2.5em; - color: @text-color-dimmed; - + font-size: 2em; + color: @text-color-light; } .intro-2 { - color: @text-color-dimmed; + font-size: 1.2em; + letter-spacing: .01em; + color: @text-color-dimmed } \ No newline at end of file