prehlad-financi-komunity/styly.css
2024-06-11 20:54:08 +02:00

17 lines
188 B
CSS

body {
padding: 20px;
}
h1 {
margin-bottom: 20px;
}
table {
width: 100%;
}
th, td {
text-align: left;
}
.account-balance {
font-size: 1.5em;
margin-bottom: 20px;
}