mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
add focus-text option for blog
This commit is contained in:
parent
34aa80ab8d
commit
24c6ccaf44
2 changed files with 10 additions and 1 deletions
|
@ -10,7 +10,9 @@ Whether it’s purposefully crippling mobile experiences, hard selling upgrades
|
|||
|
||||
In a competitive market, this sort of customer abuse shouldn’t 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 user’s experience worse._
|
||||
<div class="focus-text">
|
||||
The Problem: Every large consumer internet company actively works to make a user’s 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.
|
||||
|
||||
|
|
|
@ -111,6 +111,13 @@
|
|||
img, video {
|
||||
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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue