Skip to content

Commit

Permalink
Centering adapted from events page
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoboiler committed Oct 13, 2023
1 parent 03153ad commit dad157f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions templates/meeting_minutes.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{% extends "base.html" %}
{% block title %}Meeting Minutes{% endblock %}
{% block content %}
<div class='box content'>
<section class="section">
<h1>CSUA Politburo Meeting Minutes</h1>
<iframe src="https://docs.google.com/document/d/e/2PACX-1vQtS-SR_bg2Ra_VrPlceHr9icG4I7_qv1lZK_hkqadp1RsC-2Jzo3QgNk8TWiiyOISfldc4WVlQwsVv/pub?embedded=true"></iframe>
</div>
<div class="container has-text-centered">
<iframe src="https://docs.google.com/document/d/e/2PACX-1vQtS-SR_bg2Ra_VrPlceHr9icG4I7_qv1lZK_hkqadp1RsC-2Jzo3QgNk8TWiiyOISfldc4WVlQwsVv/pub?embedded=true" width="800" height="1000" style="border:0" frameborder="0" scrolling="no"></iframe>
</div>
</section>
{% endblock %}

0 comments on commit dad157f

Please sign in to comment.