small css padding tweaks [ci skip]

This commit is contained in:
danielgrippi 2012-04-24 11:31:01 -07:00
parent 7fb3e8e901
commit bff9d2d370
3 changed files with 10 additions and 9 deletions

View file

@ -172,15 +172,19 @@ article { //mood posts
max-width: 85%;
}
header {
padding : 0 100px;
}
header, header p{
//big text
@include media-text();
font-size: $big-text-size;
line-height: 1.5em;
@include media-text();
font-size: $big-text-size;
line-height: 1.5em;
}
section.body{
p { font-size: $small-text-size;}
p { font-size: $small-text-size; }
&.short_body{
p{

View file

@ -201,7 +201,7 @@ body {
&.blog-text {
.text-content {
padding : 20px;
padding : 40px;
@include opacity(0.9);
p {

View file

@ -69,10 +69,7 @@ $night-text-color : #999;
}
@mixin media-text() {
font: {
weight: bold;
size: 2em;
}
font-size { size: 2em; }
line-height: 1.2em;
padding-bottom: 0;