Use <a> tag for links to get native behavior

Fixes #9
This commit is contained in:
Ian Gulliver
2018-12-01 16:36:06 +00:00
parent b31a5446aa
commit ff62cfbe52
2 changed files with 11 additions and 10 deletions

View File

@@ -73,6 +73,13 @@ overview,product {
max-width: 40em;
}
a {
margin-bottom: 1em;
max-width: 40em;
text-decoration: none;
color: black;
}
owner {
display: block;
width: 11em;