Updating popup for mobile

pull/91/head
Kevin Payravi 2023-02-12 18:28:15 -06:00
parent 115e462c28
commit c3bd18e413
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Indie Wiki Buddy</title> <title>Indie Wiki Buddy</title>
<style> <style>
@ -9,6 +10,7 @@
margin: 10px; margin: 10px;
font-family: Helvetica, Sans-Serif; font-family: Helvetica, Sans-Serif;
width: 42em; width: 42em;
max-width: 95%;
} }
h1 { h1 {