Ensure listing item is full width without content

This commit is contained in:
Jake Howard 2022-06-27 19:44:28 +01:00
parent 2012b245a8
commit bda2773b3d
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -33,4 +33,8 @@
padding-left: 0; padding-left: 0;
padding-right: 0; padding-right: 0;
} }
.columns {
width: 100%;
}
} }