Tweaked some things for better printing to PDF
This commit is contained in:
parent
6df7591991
commit
b382cd9c4b
@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="icon" href="/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Vite App</title>
|
<title>Wedding Bingo</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
@ -263,7 +263,8 @@ onBeforeMount(() => {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.board {
|
.board {
|
||||||
width: calc(100vw - 15px);
|
padding: 1px;
|
||||||
|
width: calc(100vw - 20px);
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user