💄 Añade componente PoweredBy
para copyright
Adapta la página de bienvenida al tratamiento revisado de regiones y añade en el pie el componente `PoweredBy` para la nota de copyright.
This commit is contained in:
parent
0c1b12aacd
commit
4311e9f335
10 changed files with 251 additions and 50 deletions
11
static/css/basic.css
Normal file
11
static/css/basic.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
/* Page layout */
|
||||
|
||||
.region--footer {
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
||||
/* PoweredBy component */
|
||||
|
||||
.poweredby {
|
||||
text-align: center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue