forked from organicmaps/website
[css] Fixed too wide images in news
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
7ad8879596
commit
9e1d985458
1 changed files with 1 additions and 3 deletions
|
@ -43,7 +43,7 @@ main {
|
|||
}
|
||||
|
||||
img {
|
||||
max-width: 90%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
img[alt="logo"] {
|
||||
|
@ -234,8 +234,6 @@ footer {
|
|||
|
||||
.news_image_landscape {
|
||||
max-height: 520px;
|
||||
max-width: 500px;
|
||||
margin-left: 0.5rem;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
width: auto;
|
||||
|
|
Loading…
Add table
Reference in a new issue