small css padding tweaks [ci skip]
This commit is contained in:
parent
7fb3e8e901
commit
bff9d2d370
3 changed files with 10 additions and 9 deletions
|
|
@ -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{
|
||||
|
|
|
|||
|
|
@ -201,7 +201,7 @@ body {
|
|||
|
||||
&.blog-text {
|
||||
.text-content {
|
||||
padding : 20px;
|
||||
padding : 40px;
|
||||
@include opacity(0.9);
|
||||
|
||||
p {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue