fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Disable ISBN generation.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2022
/
styles
/
layout
/
_collections.scss
diff --git
a/src/wolnelektury/static/2022/styles/layout/_collections.scss
b/src/wolnelektury/static/2022/styles/layout/_collections.scss
index
b377c29
..
a47ea31
100644
(file)
--- a/
src/wolnelektury/static/2022/styles/layout/_collections.scss
+++ b/
src/wolnelektury/static/2022/styles/layout/_collections.scss
@@
-3,11
+3,11
@@
max-width: 1140px;
.l-books {
max-width: 1140px;
.l-books {
- width: calc(100% + 20px);
-
- @include rwd(tablet) {
width: 100%;
width: 100%;
- }
+
+ @include rwd($break-flow) {
+ width: calc(100% + 20px);
+ }
.l-books__item {
border: 1px solid #D9D9D9;
.l-books__item {
border: 1px solid #D9D9D9;
@@
-23,13
+23,13
@@
h3 {
margin-top: 0;
font-weight: $semibold;
h3 {
margin-top: 0;
font-weight: $semibold;
- @include font-size(
31
px);
+ @include font-size(
25
px);
line-height: 140%;
letter-spacing: -0.01em;
color: $color-dark;
line-height: 140%;
letter-spacing: -0.01em;
color: $color-dark;
- @include rwd(
tablet
) {
- @include font-size(
25
px);
+ @include rwd(
$break-flow
) {
+ @include font-size(
31
px);
}
}
}
}
@@
-46,4
+46,4
@@
}
}
}
}
}
}
-}
\ No newline at end of file
+}