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

github.com/themefisher/parsa-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorsomrat <monnaf37@gmail.com>2019-07-03 06:21:52 +0300
committersomrat <monnaf37@gmail.com>2019-07-03 06:21:52 +0300
commit9d31c18f23609d573ec8a24aa50d9d46fabc3212 (patch)
tree99650f5804df5e0fcc7127a81f965408f402e255 /assets
parentffdc2b604ae29b205014b417d401630d49cf3f2a (diff)
modified css for image responsive
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 80ebdaa..c9196a2 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -811,6 +811,11 @@ blockquote {
margin-bottom: 20px;
}
+.content img{
+ max-width: 100%;
+ height: auto;
+}
+
.widget {
padding: 15px 0;
}