Tweaked some things for better printing to PDF

This commit is contained in:
Max 2023-07-02 12:48:31 -07:00
parent 6df7591991
commit b382cd9c4b
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<title>Wedding Bingo</title>
</head>
<body>
<div id="app"></div>

View File

@ -263,7 +263,8 @@ onBeforeMount(() => {
<style scoped>
.board {
width: calc(100vw - 15px);
padding: 1px;
width: calc(100vw - 20px);
height: 100vh;
flex-direction: row;
display: flex;