Better mobile width support
parent
e804c8c18f
commit
a65ba695ba
|
@ -6,9 +6,12 @@
|
||||||
<title>Indie Wiki Buddy</title>
|
<title>Indie Wiki Buddy</title>
|
||||||
<style>
|
<style>
|
||||||
/* ELEMENTS */
|
/* ELEMENTS */
|
||||||
|
html {
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
width: max-content;
|
width: max-content;
|
||||||
max-width: 600px;
|
max-width: min(100%, 600px);
|
||||||
background-color: #005799;
|
background-color: #005799;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
font-family: Helvetica, Sans-Serif;
|
font-family: Helvetica, Sans-Serif;
|
||||||
|
|
Loading…
Reference in New Issue