Better mobile width support

pull/227/head
Kevin Payravi 2023-09-07 02:00:32 -05:00
parent e804c8c18f
commit a65ba695ba
1 changed files with 4 additions and 1 deletions

View File

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