hnsdoh-status/templates/assets/css/index.css
Nathan Woodburn fa78390fc7
All checks were successful
Build Docker / BuildImage (push) Successful in 35s
feat: Update notification cooldowns and add alerts to index
2024-09-12 18:51:39 +10:00

25 lines
355 B
CSS

.node {
margin: 25px;
border: solid;
border-radius: 20px;
padding: 20px;
max-width: 90%;
}
.spacer {
margin: 25px;
display: block;
}
.warnings,.errors {
margin: auto;
width: 1000px;
max-width: 95%;
margin-top: 20px;
}
.node-info {
margin-top: 5px;
margin-bottom: 5px;
}
.node-info > p{
margin: 0;
}