[minimal] Add PoweredBy component

This commit is contained in:
Manuel Cillero 2023-07-25 21:50:23 +02:00
parent 86311e4aee
commit 5b9a53cbc6
12 changed files with 219 additions and 29 deletions

View file

@ -0,0 +1,10 @@
/* PoweredBy component */
#poweredby {
text-align: center;
}
#poweredby .pagetop-logo img,
#poweredby .pagetop-logo svg {
margin-left: .275em;
height: 1.275em;
vertical-align: middle;
}