Skip to content

Commit

Permalink
fix: size on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
matoous committed Apr 12, 2024
1 parent 5046263 commit f6c1c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions mwp-web/src/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const BURGER_ICON: &str = include_str!("static/burger.svg");
pub fn header(page_title: &str) -> Markup {
html! {
meta charset="utf-8";
meta content="width=device-width,minimum-scale=1" name="viewport";
title { (page_title) }
link rel="stylesheet" href="/styles.css";
script type="text/javascript" defer="" src="/script.js"{}
Expand Down
3 changes: 1 addition & 2 deletions mwp-web/src/static/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
--light: #555;
--lightest: #aaa;
--font-sans: system-ui, sans-serif;
--page-width: 840px;
--font-mono: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;
--font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;

Expand Down Expand Up @@ -392,4 +391,4 @@ article {
display: block;
}
}
}
}

0 comments on commit f6c1c9c

Please sign in to comment.