forked from Decentrala/website
dontation style include to build pages
This commit is contained in:
parent
934aaff7dd
commit
f236b15b5e
@ -10,7 +10,7 @@ PAGES = [
|
||||
{'name': 'events_archive', 'titleSR': 'Arhiva događaja', 'titleEN': 'Events archive', 'style': 'events'},
|
||||
{'name': 'services', 'titleSR': 'Servisi', 'titleEN': 'Services', 'style': 'services'},
|
||||
{'name': 'webring', 'titleSR': 'Webring', 'titleEN': 'Webring', 'style': ''},
|
||||
{'name': 'donations', 'titleSR': 'Donacije', 'titleEN': 'Donations', 'style': 'home'},
|
||||
{'name': 'donations', 'titleSR': 'Donacije', 'titleEN': 'Donations', 'style': 'donations'},
|
||||
{'name': 'deconference', 'titleSR': 'Dekonferencija', 'titleEN': 'Deconference', 'style': 'deconference'},
|
||||
]
|
||||
|
||||
|
@ -5,3 +5,7 @@ p {
|
||||
li {
|
||||
padding-left: 1.5rem;
|
||||
}
|
||||
|
||||
li i {
|
||||
word-break: break-all
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user