mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 09:21:26 +00:00
improve video/image sizing on blog
This commit is contained in:
parent
92596aa102
commit
34aa80ab8d
1 changed files with 6 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
.prev-next
|
||||
{
|
||||
margin-top: $spacing-vertical * 2;
|
||||
margin-bottom: $spacing-vertical * 2;
|
||||
margin-top: $spacing-vertical * 2.5;
|
||||
margin-bottom: $spacing-vertical * 2.5;
|
||||
|
||||
.prev-next-label
|
||||
{
|
||||
|
@ -104,10 +104,13 @@
|
|||
{
|
||||
@include anchor($color-primary);
|
||||
}
|
||||
img + p
|
||||
img + p, video + p
|
||||
{
|
||||
margin-top: $spacing-vertical;
|
||||
}
|
||||
img, video {
|
||||
max-height: 75vh;
|
||||
}
|
||||
}
|
||||
.post-content table, table.post-content-table
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue