Added mobile support
This commit is contained in:
parent
d2c487c412
commit
fd59f9bf19
@ -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…
Reference in New Issue
Block a user