Make the landing page show the arrow on smaller resolutions, as well as some basic SEO fixes
This commit is contained in:
parent
986642218b
commit
d7ea1944e3
4 changed files with 27 additions and 13 deletions
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<title ng-bind="title + ' · Quay'">Quay - Private Docker Repository</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Hosted private docker repositories. Includes full user management and history. Free for public repositories.">
|
||||
|
||||
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css">
|
||||
|
|
Reference in a new issue