From aab4f52b9c6b654907e2e5e039c8938f06fe405a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 23 Mar 2022 16:22:54 +0300 Subject: switch from flexbox to Bootstrap grid Makes the list groups fill the entire screen on mobile. --- index.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index abc2062..89ec7ee 100644 --- a/index.html +++ b/index.html @@ -23,10 +23,12 @@ projects:

{{ site.settings.author.name }}


-
+
{% if page.projects %} -
+
+ +

projects

@@ -39,9 +41,13 @@ projects: {% endfor %}
+ +
{% endif %} -
+
+ +

links

@@ -60,4 +66,5 @@ projects: {% endif %}
+
-- cgit v1.2.3