mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-24 19:16:31 +00:00
design: make viewport responsive
This commit is contained in:
parent
6b26b0b489
commit
ab48353ce8
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ pub fn status_html(analysis_outcome: AnalyzeDependenciesOutcome, repo_path: Repo
|
|||
let rendered = html! {
|
||||
html {
|
||||
head {
|
||||
meta charset="utf-8";
|
||||
meta name="viewport" content="width=device-width, initial-scale=1";
|
||||
title (title)
|
||||
link rel="stylesheet" type="text/css" href="/static/style.css";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue