fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix placement of book abstract
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
scss
/
main
/
book_box.scss
diff --git
a/src/wolnelektury/static/scss/main/book_box.scss
b/src/wolnelektury/static/scss/main/book_box.scss
index
dd2a77f
..
ddb4b72
100755
(executable)
--- a/
src/wolnelektury/static/scss/main/book_box.scss
+++ b/
src/wolnelektury/static/scss/main/book_box.scss
@@
-136,6
+136,7
@@
@media screen and (min-width: 1024px) {
display: inline-block;
@include size(width, 590px);
@media screen and (min-width: 1024px) {
display: inline-block;
@include size(width, 590px);
+ @include size(min-height, 196px);
}
}
}
}
@@
-175,6
+176,7
@@
@media screen and (min-width: 62.5em) {
float: left;
@include size(width, 536px);
@media screen and (min-width: 62.5em) {
float: left;
@include size(width, 536px);
+ @include size(min-height, 196px);
}
}
}
}
@@
-525,6
+527,10
@@
overflow: hidden;
position: relative;
overflow: hidden;
position: relative;
+ @media screen and (min-width: 62.5em) {
+ @include size(width, 536px);
+ }
+
p.paragraph {
margin-bottom: 0;
margin-top: 1.2em;
p.paragraph {
margin-bottom: 0;
margin-top: 1.2em;