add focus-text option for blog

This commit is contained in:
Jeremy Kauffman 2018-01-08 17:13:33 -05:00
parent 34aa80ab8d
commit 24c6ccaf44
2 changed files with 10 additions and 1 deletions

View file

@ -10,7 +10,9 @@ Whether its purposefully crippling mobile experiences, hard selling upgrades
In a competitive market, this sort of customer abuse shouldnt happen. But before we get to the why, let's define the problem. In a competitive market, this sort of customer abuse shouldnt happen. But before we get to the why, let's define the problem.
## _The Problem: Every large consumer internet company actively works to make a users experience worse._ <div class="focus-text">
The Problem: Every large consumer internet company actively works to make a users experience worse.
</div>
And it's not just the cable and phone companies that immediately spring to mind as monopolistic monsters engaging in this behavior - internet favorites like Reddit, Facebook, and YouTube are all guilty. And it's not just the cable and phone companies that immediately spring to mind as monopolistic monsters engaging in this behavior - internet favorites like Reddit, Facebook, and YouTube are all guilty.

View file

@ -111,6 +111,13 @@
img, video { img, video {
max-height: 75vh; max-height: 75vh;
} }
.focus-text {
font-size: $font-size-h2;
font-style: italic;
margin: $spacing-vertical * 1.5 $spacing-vertical * 2;
line-height: 1.1;
color: $color-meta-light;
}
} }
.post-content table, table.post-content-table .post-content table, table.post-content-table
{ {