mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +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;
|
||||
margin: .8em 2em 0;
|
||||
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-card-margin = 1em 0 0;
|
||||
$post-reward-img-width = 180px;
|
||||
|
||||
|
||||
// Note colors
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user