✨ [minimal] Add PoweredBy component
This commit is contained in:
parent
86311e4aee
commit
5b9a53cbc6
12 changed files with 219 additions and 29 deletions
10
pagetop-minimal/static/css/minimal.css
Normal file
10
pagetop-minimal/static/css/minimal.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue