Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Improved mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Mar 1, 2017
1 parent 24b8fbe commit 35608c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion graph/templates/base.html
Expand Up @@ -3,6 +3,7 @@
<html>
<head>
<title>{% block title %}BGG Graph{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
Expand Down Expand Up @@ -42,7 +43,7 @@
<link rel="stylesheet" href="{% static "gh-fork-ribbon.css" %}" />
</head>
<body>
<a class="github-fork-ribbon" href="https://github.com/palfrey/bgg-graph" title="Fork me on GitHub">Fork me on GitHub</a>
<a class="github-fork-ribbon right-bottom fixed" href="https://github.com/palfrey/bgg-graph" title="Fork me on GitHub">Fork me on GitHub</a>
<div class="container-fluid">
{% block content %}{% endblock %}
</div>
Expand Down
4 changes: 2 additions & 2 deletions graph/templates/index.html
Expand Up @@ -3,13 +3,13 @@
{% block content %}
<div class="jumbotron">
<div class="container">
<h1 class="display-3">BoardGameGeek Graph</h1>
<h1>BoardGameGeek Graph</h1>
<p>This is a tool for making a flowchart for what of your games you should play today using the data from <a href="https://boardgamegeek.com/">BoardGameGeek</a></p>
<p>
<form method="POST" action="/lookup/">
{% csrf_token %}
BGG username <input type="text" name="username" placeholder="BGG username" />
<input type="submit" value="Get flowchart" />
<button type="submit" class="btn btn-primary">Get flowchart</button>
</form>
</p>
</div>
Expand Down

0 comments on commit 35608c7

Please sign in to comment.