Increase font size on listing items

This commit is contained in:
Jake Howard 2022-10-29 13:15:37 +01:00
parent c808aa2147
commit 0544f7541b
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@
.media-content {
padding-left: 0;
padding-right: 0;
p {
font-size: 1.2rem;
}
}
.columns {