for ui changes for funnel
modified: templates/meta-base-funnel.j2
This commit is contained in:
parent
28f17d77e8
commit
0e9fbabf85
1 changed files with 5 additions and 2 deletions
|
|
@ -33,12 +33,15 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
}
|
}
|
||||||
|
.alert {
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="container main" style="max-width: 430px; margin-top: 90px;">
|
<div class="container main" style="max-width: 340px; margin-top: 60px;">
|
||||||
|
|
||||||
<center>
|
<center>
|
||||||
<a href="{{ request.marketing_url }}" style="opacity: 1.0;"><img src="/static/theme/meta/img/remarkbox-minified.png" alt="Remarkbox Logo" style="width: 320px; margin-bottom: 50px;"/></a>
|
<a href="{{ request.marketing_url }}" style="opacity: 1.0;"><img src="/static/theme/meta/img/remarkbox-minified.png" alt="Remarkbox Logo" style="width: 100%; margin-bottom: 30px;"/></a>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
{% include 'snippets/flash-alerts.j2' %}
|
{% include 'snippets/flash-alerts.j2' %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue