Set footer p font

This commit is contained in:
Fred Boniface 2022-10-20 21:52:31 +01:00
parent 58f5984807
commit 57a916784d
1 changed files with 2 additions and 1 deletions

View File

@ -133,9 +133,10 @@ footer {
} }
footer p { footer p {
padding: 0; padding: 0;
margin-top: 6px; margin-top: 9px;
text-align: center; text-align: center;
color: azure; color: azure;
font-family: monospace
} }
@media screen and (min-height: 600px) { @media screen and (min-height: 600px) {
footer { footer {