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

github.com/rafed/ramium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafed Muhammad Yasir <rafed123@yahoo.com>2020-05-16 14:23:07 +0300
committerRafed Muhammad Yasir <rafed123@yahoo.com>2020-05-16 14:23:07 +0300
commit7fe06ae2a27a9d297f1412b7b52d38daa0d15638 (patch)
tree2f344b18405ff483a9ccbd53c516cbc27207b446
parentfcac1bbb323eeeb3065449137c350521cfd14aa5 (diff)
Added max width for imgs
-rw-r--r--static/css/ramium.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/ramium.css b/static/css/ramium.css
index 7b57575..e0ae0b0 100644
--- a/static/css/ramium.css
+++ b/static/css/ramium.css
@@ -142,6 +142,7 @@ input:focus::placeholder {
@media all and (min-width: 769px) { /*for large devices*/
.blog-brief img {
height: 5em;
+ max-width: 13em;
float: left;
margin-right: 0.8em;
display: block;