
9 changed files with 56 additions and 3 deletions
@ -0,0 +1,24 @@ |
|||||
|
# Generated by Django 3.1.3 on 2020-12-02 10:34 |
||||
|
|
||||
|
from django.db import migrations |
||||
|
import wagtail.core.fields |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('home', '0003_auto_20201124_1724'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.AddField( |
||||
|
model_name='homepage', |
||||
|
name='email', |
||||
|
field=wagtail.core.fields.RichTextField(blank=True), |
||||
|
), |
||||
|
migrations.AddField( |
||||
|
model_name='homepage', |
||||
|
name='phone', |
||||
|
field=wagtail.core.fields.RichTextField(blank=True), |
||||
|
), |
||||
|
] |
Before Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 59 KiB |
After Width: | Height: | Size: 209 KiB |
@ -0,0 +1,8 @@ |
|||||
|
#banner{ |
||||
|
margin: 10 auto; |
||||
|
} |
||||
|
|
||||
|
#homepage_text{ |
||||
|
font-size: 20px; |
||||
|
text-align: center; |
||||
|
} |
Loading…
Reference in new issue