Remove gap between paragraphs in footer

This commit is contained in:
2022-04-09 19:54:42 -05:00
parent 2cc4f45d4f
commit a3a7f50a5b

View File

@@ -348,6 +348,10 @@ footer {
text-align: center; text-align: center;
} }
footer p {
margin: 0;
}
img, img,
video { video {
max-width: 100%; max-width: 100%;