Skip to content

Commit

Permalink
LDA vis fixed by increasing width of page
Browse files Browse the repository at this point in the history
  • Loading branch information
mellopietro committed Dec 22, 2023
1 parent 40f8e88 commit 5c55973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<main class="{% if page.full-width %} container-fluid {% else %} container-md {% endif %}">
<div class="row">
<div class="{% if page.full-width %} col {% else %} col-xl-8 offset-xl-2 col-lg-10 offset-lg-1 {% endif %}">
<div class="{% if page.full-width %} col {% else %} col-13 {% endif %}">
{% if page.before-content %}
<div class="before-content">
{% for file in page.before-content %}
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: home
layout: page
title: Trump and COVID19
subtitle: Adadakadavra Team
---
Expand Down

0 comments on commit 5c55973

Please sign in to comment.