Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-11-29 10:41:36 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-11-29 10:41:36 +0300
commite352b4f65e8c219aba860cf95ec4f42cc95a5c04 (patch)
tree81918550c21d564e7f8321cea11ead85601d6400 /_layouts
parent1362634cb2aecc7113a13e548c3877f010d478bf (diff)
Removing flex style from authors page, closes #11
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/authors.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/_layouts/authors.html b/_layouts/authors.html
index 026372a..9fa72ea 100644
--- a/_layouts/authors.html
+++ b/_layouts/authors.html
@@ -6,8 +6,10 @@ class: wide
{% for author in site.data.authors %}
<div style="display:block;">
+<div style="display:block;">
{% if author[1].avatar %}
- <div style="display:flex;">
+ <!--<div style="display:flex;">-->
+ <div>
<div class="author__avatar">
{% if author[1].avatar contains "://" %}
{% assign author_src = author[1].avatar %}