Skip to content

Commit

Permalink
Improve styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaister committed Mar 10, 2020
1 parent ee6b443 commit 10873a7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
4 changes: 4 additions & 0 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,7 @@ form.pure-form input[type="text"] {
.title {
margin-top: 30px;
}

ul.ulist li {
list-style: disc;
}
21 changes: 11 additions & 10 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@
<h2 class="title is-2">Welcome!</h2>
<p>Magic Deep Search is a search engine for <b>Magic: The Gathering</b> cards.</p>
<p>The cards have been tagged using <b>Artificial Intelligence</b> so it is easier to:
<ul>
<li>Find combos</li>
<li>Find a card with specific ability</li>
<li>etc...</li>
</ul>
</p>
<p>Besides the typical search for the card name, card text, mana color, ...
<ul class="ulist">
<li>Find combos</li>
<li>Find combos automatically (coming soon)</li>
<li>Find a card with specific ability</li>
<li>etc...</li>
</ul>
<p>Besides the typical search for the card name, card text, mana color, ...
you can search for:
<ul>
<li>Triggers: search by a triggering action i.e. <b>ON_ATTACK</b> -> "Whenever XXX attacks"</li>
<li>Effects: search by effect i.e. <b>LIFE_GAIN</b> -> "You gain 3 life.</li>
</ul>
</p>
<ul class="ulist">
<li>Triggers: search by a triggering action i.e. <b>ON_ATTACK</b> -> "Whenever XXX attacks"</li>
<li>Effects: search by effect i.e. <b>LIFE_GAIN</b> -> "You gain 3 life.</li>
</ul>

<h3 class="title is-3">Stats</h3>
<table class="table">
Expand Down

0 comments on commit 10873a7

Please sign in to comment.