improve legacy blogposts
This commit is contained in:
parent
e4307854c7
commit
47dcd2453a
1 changed files with 6 additions and 0 deletions
|
@ -137,6 +137,7 @@ footer.footer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Responsive font sizes
|
||||||
@for $i from 1 through 6 {
|
@for $i from 1 through 6 {
|
||||||
.is-#{$i}-responsive {
|
.is-#{$i}-responsive {
|
||||||
font-size: nth($sizes, $i);
|
font-size: nth($sizes, $i);
|
||||||
|
@ -146,3 +147,8 @@ footer.footer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.alignright {
|
||||||
|
float: right;
|
||||||
|
margin: 15px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue