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