Header Color now accept hex value + Navigation Color Option added + Make font size smaller for mobile devices for landing page
This commit is contained in:
parent
466a3455c8
commit
a5c4ad4a60
5 changed files with 41 additions and 15 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<div class="jumbotron jumbotron-fluid {{this.primary_color}}-bg">
|
||||
<div class="jumbotron jumbotron-fluid" style="background-color: {{this.primary_color}};">
|
||||
<div class="container-fluid">
|
||||
{% for h in this.headers %}
|
||||
<h1 class="display-1 generic-header {{this.header_color}}" style="font-weight: bolder;">{{h}}</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue