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

Loading…
Cancel
Save