hnsdoh-status/templates/assets/css/index.css
Nathan Woodburn 2530c2ce1c
All checks were successful
Build Docker / BuildImage (push) Successful in 36s
feat: Add history
2024-09-12 15:04:08 +10:00

18 lines
261 B
CSS

.node {
margin: 25px;
border: solid;
border-radius: 20px;
padding-inline: 50px;
max-width: 90%;
}
.spacer {
margin: 25px;
display: block;
}
.warnings {
margin: auto;
width: 1000px;
max-width: 95%;
margin-top: 20px;
}