From 1cc17634e393ca7940f43a4f181c2b09433d31c8 Mon Sep 17 00:00:00 2001 From: Vortex Date: Sat, 12 Jun 2021 15:53:20 +0530 Subject: [PATCH] fix columns --- site/layouts/partials/layout/btm_bar.html | 6 ++++++ site/layouts/partials/layout/sidebar.html | 17 ++++++++++------- site/themes/shared-bulma-theme | 2 +- 3 files changed, 17 insertions(+), 8 deletions(-) create mode 100644 site/layouts/partials/layout/btm_bar.html diff --git a/site/layouts/partials/layout/btm_bar.html b/site/layouts/partials/layout/btm_bar.html new file mode 100644 index 00000000..6227032d --- /dev/null +++ b/site/layouts/partials/layout/btm_bar.html @@ -0,0 +1,6 @@ + +
+

Advertisement

+
+ +
diff --git a/site/layouts/partials/layout/sidebar.html b/site/layouts/partials/layout/sidebar.html index b8a2190a..fd4de4ab 100644 --- a/site/layouts/partials/layout/sidebar.html +++ b/site/layouts/partials/layout/sidebar.html @@ -1,8 +1,11 @@ -
-
-
- -
-
-
\ No newline at end of file +
+ + +
+

Advertisement

+
diff --git a/site/themes/shared-bulma-theme b/site/themes/shared-bulma-theme index 42f620f1..ad5b1e22 160000 --- a/site/themes/shared-bulma-theme +++ b/site/themes/shared-bulma-theme @@ -1 +1 @@ -Subproject commit 42f620f14aa59848b58535ae077d4c7db3406cf4 +Subproject commit ad5b1e22ecd1e74a575a0e710897c80145a89bf9