forked from alemi/upub
fix(web): limit all images max width
This commit is contained in:
parent
b904883e15
commit
6841691910
1 changed files with 3 additions and 0 deletions
|
@ -156,6 +156,9 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
bottom: 3em;
|
bottom: 3em;
|
||||||
}
|
}
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
img.avatar-circle {
|
img.avatar-circle {
|
||||||
display: inline;
|
display: inline;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|
Loading…
Reference in a new issue