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

github.com/MarcusVirg/forty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/main.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/static/css/main.css b/static/css/main.css
index d181a42..124ab45 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -2188,6 +2188,10 @@
/* Image */
+ img {
+ max-width: 100%;
+ }
+
.image {
border: 0;
display: inline-block;
@@ -2198,13 +2202,13 @@
display: block;
}
- .image.left, .image.right {
+ /* .image.left, .image.right {
max-width: 30%;
}
.image.left img, .image.right img {
width: 100%;
- }
+ } */
.image.left {
float: left;