mirror of
https://github.com/kremalicious/blog.git
synced 2025-01-03 18:35:07 +01:00
about page tweaks
This commit is contained in:
parent
2e89efcb10
commit
964c82dd37
@ -12,5 +12,4 @@ title: About
|
||||
I'm a designer & developer hybrid based in Berlin, Germany.
|
||||
</p>
|
||||
|
||||
<p>Have a look at my <a href="http://matthiaskrestchmann.com">portfolio</a> or hit me up on <a href="https://twitter.com/kremalicious">Twitter</a>, <a href="">App.net</a> or <a href="https://plus.google.com/+MatthiasKretschmann?
|
||||
rel=author">Google+</a></p>
|
||||
<p>Have a look at my <a href="http://matthiaskrestchmann.com">portfolio</a> or hit me up on <a href="https://twitter.com/kremalicious">Twitter</a>, <a href="">App.net</a> or <a href="https://plus.google.com/+MatthiasKretschmann" rel="author">Google+</a></p>
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user