We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af096f commit 126f149Copy full SHA for 126f149
projects/calico/index.html
@@ -31,7 +31,7 @@
31
</head>
32
33
<body>
34
-{% include navbar.html %}
+<!-- {% include navbar.html %} -->
35
<section class="hero">
36
<div class="hero-body">
37
<div class="container is-max-desktop">
@@ -185,7 +185,7 @@ <h2 class="title is-3">Video</h2>
185
<!--/ Paper video. -->
186
187
<div class="columns is-centered has-text-centered">
188
- <div class="column is-four-fifths">
+ <div class="container">
189
<h2 class="title is-3">Poster</h2>
190
<iframe src="static/calicoposter.pdf" width="100%" height="550"></iframe>
191
</div>
0 commit comments