Added mobile support

This commit is contained in:
Ben Ashton 2022-09-05 23:27:12 -06:00
parent d2c487c412
commit fd59f9bf19

View File

@ -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 {