review home
This commit is contained in:
parent
e12208891a
commit
b0db9f0dea
@ -214,7 +214,7 @@
|
||||
<div class="col-lg-8 text-center">
|
||||
<img src="/{{ appAlias }}/uploads/logo/{{ app.session.get('logodark') }}" style="width:200px; border-radius:100%">
|
||||
{% if not app.session.get("appdescription") is empty %}
|
||||
<div style="max-width:80%; text-align: justify; font-size:120%; margin:20px auto; padding:15px; background-color:var(--colorbgbodydarkdarker); border-radius:10px;">
|
||||
<div style="max-width:80%; text-align: justify; font-size:120%; margin:20px auto; padding:15px; background-color:var(--colorbgbodydarkdarker); border-radius:10px; opacity: 0.8;">
|
||||
{{ app.session.get("appdescription")|raw}}
|
||||
</div>
|
||||
{%endif%}
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<div class="userhero" style="padding:0px 15px;margin-bottom:10px; width:100%; height:400px;">
|
||||
|
||||
<div class="userherobackground" style="height:100%; text-align:left; background-image:url(/{{appAlias}}/uploads/hero/{{config.hero01}});background-size:cover; background-position: center;" >
|
||||
<div class="userherobackground" style="height:100%; text-align:left; background-image:url(/{{appAlias}}/uploads/hero/{{config.hero01}});background-size:cover; background-position: center; border-radius:10px;" >
|
||||
|
||||
<div class="userherodarker" style="padding:30px; width:100%; height:100%; position:relative; background-color:var(--colorbgbodydarkdarker); opacity:0.7; border:2px solid #fff; border-radius:10px;"></div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user