Skip to content

Commit 1e2db84

Browse files
committed
Formatting
1 parent 49b62ff commit 1e2db84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_includes/demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css">
2626
<link rel="stylesheet" href="stylesheets/dropdown.css">
2727

28-
<div class="mdl-grid">
28+
<div class="mdl-grid" style="padding-top: 0px">
2929
<!--<div class="mdl-layout-spacer"></div>-->
3030
<div class="mdl-cell mdl-cell--12-col">
3131
<p style="line-height: 100%" align="justify">This is an prototype implementation of the sparse tensor algebra compiler theory and contains known bugs, which are documented <a href="https://github.com/tensor-compiler/taco/issues">here</a>. If you find additional issues, please consider submitting a bug report.</p>

_includes/hero.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<h1 class="title is-2">{{ page.title }}</h1>
55
<p class="subtitle is-3">{{ page.subtitle }}</p>
66
{% if page.hero_link1 %}
7-
<a href="{{ page.hero_link1 | relative_url }}" class="button is-info is-large" style="margin-right: 12px; margin-top: 12px">{{ page.hero_link1_text }}</a>
7+
<a href="{{ page.hero_link1 | relative_url }}" class="button is-info is-medium" style="margin-right: 12px; margin-top: 12px">{{ page.hero_link1_text }}</a>
88
{% endif %}
99
{% if page.hero_link2 %}
10-
<a href="{{ page.hero_link2 | relative_url }}" class="button is-info is-large" style="margin-top: 12px">{{ page.hero_link2_text }}</a>
10+
<a href="{{ page.hero_link2 | relative_url }}" class="button is-info is-medium" style="margin-top: 12px">{{ page.hero_link2_text }}</a>
1111
{% endif %}
1212
</div>
1313
</div>

0 commit comments

Comments
 (0)