Files
chore-chart/styles/01-layout.scss
Cory Sanin 054ff43229
All checks were successful
App Image CI / Build app image (push) Successful in 33s
NPM Audit Check / Check NPM audit (push) Successful in -2m7s
basic page content
2025-10-15 23:51:53 -05:00

20 lines
240 B
SCSS

body {
font-family: Arial, Helvetica, sans-serif;
}
.right {
float: right;
}
.content {
width: 80%;
width: calc(100% - 150px);
margin: auto;
}
.chore {
line-height: 1.2em;
padding: .75em;
margin: 1em 0;
}