Alexey Boroda
/
kristal-estet
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
c9fed331575f374a46b314491459bf80cbc072f4
Authored by
Eugeny Galkovskiy
2017-10-19 17:03:52 +0300
1 parent
085f5422
img max-width
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
frontend/web/css/custom.css
Inline
Side-by-side
frontend/web/css/custom.css
Wrap text
Show/Hide comments
View file @
c9fed33
...
...
@@ -424,6 +424,11 @@ figure.reviews_gallery {
424
424
._dropdown>li:hover>a{
425
425
color:#fff;
426
426
}
427
+#text-page img{
428
+ max-width:100%;
429
+ height:auto;
430
+ display:block;
431
+}
427
432
428
433
@media (max-width: 767px) {
429
434
._dropdown-wr ._dropdown{
...
...