make all media full bleed

This commit is contained in:
Aadil Ayub 2022-01-14 17:11:34 +06:00
parent 45c2a01cac
commit 63aedc7bbe
1 changed files with 4 additions and 0 deletions

View File

@ -718,3 +718,7 @@ aside {
#loader { #loader {
display: none; display: none;
} }
.media > div {
width: 100%;
}