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

github.com/guangmean/Niello.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguangmean <angularcorp@outlook.com>2019-01-08 09:05:59 +0300
committerguangmean <angularcorp@outlook.com>2019-01-08 09:05:59 +0300
commit47e3717d593e8185e1568c5835314018a2a00caa (patch)
tree67ce1b811e1b79e94a424006040a8312265b826a
parentee425971afe6646e85ab3b7e8cc228254a7c6675 (diff)
Update diello.css
Fix image size issue in single page
-rw-r--r--static/css/diello.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/diello.css b/static/css/diello.css
index 3fdbfc2..e3d5a8f 100644
--- a/static/css/diello.css
+++ b/static/css/diello.css
@@ -41,6 +41,10 @@ a {
color : #fff;
}
+img {
+ max-width : 480px;
+}
+
h1 > a {
color : #ccc;
text-decoration : none;