Fixes image alignment when alignwide is used for screens larger than 1400px.

This commit is contained in:
Mateus Machado Luna 2019-09-12 16:16:53 -03:00
parent 6c7657eeee
commit 48a36562e4
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
position: relative;
@media only screen and (min-width: 1526px) {
left: 30px;
width: 100% !important;
}
}