modify css
This commit is contained in:
parent
75cc059556
commit
53cbebf868
28 changed files with 736 additions and 39 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<body style="background-image: url({{ config.extra.backgroundimage }}); background-repeat: no-repeat; background-size: cover;">
|
||||
{% endif %}
|
||||
{% if config.extra.backgroundvignette == "yes" %}
|
||||
<div class="container" style="background: {{ config.extra.backgroundcolor}}40; box-shadow: inset 0 0 2000px">
|
||||
<div class="container" style="background: {{ config.extra.backgroundcolor}}40; box-shadow: inset 0 0 2000px; height: 100%; overflow: hidden;">
|
||||
{% else %}
|
||||
<div class="container"}>
|
||||
{% endif %}
|
||||
|
|
@ -48,7 +48,8 @@
|
|||
{% endfor %}
|
||||
{% endif %}
|
||||
</div>
|
||||
<p>Content comes here</p>
|
||||
</div>
|
||||
<div class="emptybox">
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="copyleft">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue