fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Minor css fix.
[wolnelektury.git]
/
apps
/
wolnelektury_core
/
static
/
scss
/
main
/
cite.scss
diff --git
a/apps/wolnelektury_core/static/scss/main/cite.scss
b/apps/wolnelektury_core/static/scss/main/cite.scss
index
b956288
..
cd11ec1
100755
(executable)
--- a/
apps/wolnelektury_core/static/scss/main/cite.scss
+++ b/
apps/wolnelektury_core/static/scss/main/cite.scss
@@
-39,7
+39,9
@@
.book-wide-box .cite {
background-color: #f7f7f7;
vertical-align: middle;
- @include size(width, 395px);
+ @include min-screen(1000px) {
+ @include size(width, 395px);
+ }
margin: 0;
@include size(padding, 10px);
}