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