UI Landing: padding and column size adjustments.
This commit is contained in:
@@ -103,7 +103,7 @@ link(href="{{ url_for('static_cloud', filename='assets/css/project-main.css') }}
|
|||||||
style="background-image: url(\'{{ project_header }}\');")
|
style="background-image: url(\'{{ project_header }}\');")
|
||||||
.container
|
.container
|
||||||
.row
|
.row
|
||||||
.col-md-8
|
.col-md-6
|
||||||
.display-4.text-uppercase.font-weight-bold
|
.display-4.text-uppercase.font-weight-bold
|
||||||
| {% if project.extension_props.cloud.logo %}
|
| {% if project.extension_props.cloud.logo %}
|
||||||
img.img-fluid(src="{{ project.extension_props.cloud.logo.thumbnail('m', api=api) }}")
|
img.img-fluid(src="{{ project.extension_props.cloud.logo.thumbnail('m', api=api) }}")
|
||||||
@@ -111,12 +111,12 @@ link(href="{{ url_for('static_cloud', filename='assets/css/project-main.css') }}
|
|||||||
| {{ project.name }}
|
| {{ project.name }}
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
.lead
|
.lead.pt-3
|
||||||
| {% if project.summary %}
|
| {% if project.summary %}
|
||||||
| {{ project | markdowned('summary') }}
|
| {{ project | markdowned('summary') }}
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
.d-flex
|
.d-flex.pt-4
|
||||||
| {% if project.extension_props.cloud.video_url %}
|
| {% if project.extension_props.cloud.video_url %}
|
||||||
a.btn.btn-primary.px-5(
|
a.btn.btn-primary.px-5(
|
||||||
class="js-open-overlay-video",
|
class="js-open-overlay-video",
|
||||||
|
Reference in New Issue
Block a user