Files
flask-reports/static/css/styles.css
2025-01-22 16:11:17 -06:00

36 lines
456 B
CSS

@page {
size: Letter;
margin: 1in;
}
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
table {
width: 100%;
border-collapse: collapse;
}
th, td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
th {
background-color: #f4f4f4;
}
.graph-container {
width: 100%;
max-height: 400px;
overflow: hidden;
margin-bottom: 20px;
}
.page-break {
page-break-before: always;
}