Browse Source

Added mobile support

master
Ben Ashton 2 years ago
parent
commit
fd59f9bf19
  1. 4
      index.n0m

4
index.n0m

@ -139,6 +139,7 @@ $ esac
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><% $title %></title>
<style>
:root {
@ -165,8 +166,7 @@ $ esac
\#content {
margin: 0 auto;
width: fit-content;
min-width: 400px;
width: calc(min(400px, 100vw - 1.5em));
}
\#todays-restaurant {

Loading…
Cancel
Save