Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xaprb/story.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaron Schwartz <xaprb@users.noreply.github.com>2019-03-15 18:03:29 +0300
committerBaron Schwartz <xaprb@users.noreply.github.com>2019-03-15 18:03:37 +0300
commit629f702f625fb4c32afaaa25c984b5f3e4519981 (patch)
tree4af87c5b0732f59098dd77c6aaf0f94789b84e51
parent05d963063f8f27d62994dbb20011466694a26768 (diff)
reduce 3dbook image size
-rw-r--r--static/css/story.css2
-rw-r--r--static/css/story.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/static/css/story.css b/static/css/story.css
index 868fd25..ec59f72 100644
--- a/static/css/story.css
+++ b/static/css/story.css
@@ -243,7 +243,7 @@ blockquote.tweet {
background-color: #ddd;
}
img[src~="3dbook"] {
- max-width: 160px;
+ max-width: 120px;
}
@media screen {
.book {
diff --git a/static/css/story.less b/static/css/story.less
index 10f0ffb..4f974e5 100644
--- a/static/css/story.less
+++ b/static/css/story.less
@@ -276,7 +276,7 @@ blockquote.tweet {
}
img[src~="3dbook"] {
- max-width: 160px;
+ max-width: 120px;
}
@media screen {