prehlad-financi-komunity/styly.css

17 lines
188 B
CSS
Raw Normal View History

2024-06-11 18:54:08 +00:00
body {
padding: 20px;
}
h1 {
margin-bottom: 20px;
}
table {
width: 100%;
}
th, td {
text-align: left;
}
.account-balance {
font-size: 1.5em;
margin-bottom: 20px;
}