Remove gap between paragraphs in footer

This commit is contained in:
BBaoVanC 2022-04-09 19:54:42 -05:00
parent 2cc4f45d4f
commit a3a7f50a5b
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 4 additions and 0 deletions

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%;