mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-19 18:42:34 +00:00
New stylus variable $post-reward-img-width
This commit is contained in:
parent
8bde00e6cb
commit
bac641df8b
@ -41,7 +41,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: .8em 2em 0;
|
margin: .8em 2em 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
width: 180px;
|
width: $post-reward-img-width;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -282,6 +282,7 @@ $post-eof-margin-top = 80px; // or 160px for more white space;
|
|||||||
$post-eof-margin-bottom = 60px; // or 120px for less white space;
|
$post-eof-margin-bottom = 60px; // or 120px for less white space;
|
||||||
|
|
||||||
$post-card-margin = 1em 0 0;
|
$post-card-margin = 1em 0 0;
|
||||||
|
$post-reward-img-width = 180px;
|
||||||
|
|
||||||
|
|
||||||
// Note colors
|
// Note colors
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user