fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Author page.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2022
/
more.scss
1
.l-books {
2
margin-right: -17px;
3
}
4
.l-books__grid {
5
margin-right: -17px;
6
}
7
8
.l-books__item {
9
width: 212px;
10
11
margin-right: 17px !important; // reverse the 5n+5 rule.
12
13
transition: opacity .1s, all cubic-bezier(0.25, 1, 0.5, 1) 350ms;
14
}
15
16
17
.by-popularity {
18
.l-books__item {
19
order: attr(data-pop);
20
}
21
}