improve legacy blogposts

This commit is contained in:
Lorin Werthen 2017-04-23 19:14:17 +02:00
parent e4307854c7
commit 47dcd2453a
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0

View file

@ -137,6 +137,7 @@ footer.footer {
}
}
// Responsive font sizes
@for $i from 1 through 6 {
.is-#{$i}-responsive {
font-size: nth($sizes, $i);
@ -146,3 +147,8 @@ footer.footer {
}
}
}
.alignright {
float: right;
margin: 15px;
}