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">
|
||||
<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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user