Improve styling

This commit is contained in:
Peter Stuifzand 2019-08-25 15:41:19 +02:00
parent eb3a072bcf
commit 9c24be7479
2 changed files with 38 additions and 28 deletions

View File

@ -15,6 +15,7 @@
padding: 3px;
z-index: 50;
}
.hidden {
display: none;
}

View File

@ -25,6 +25,15 @@
display:block;
text-decoration: none;
}
.checklist {
margin-bottom: 1em;
}
.checklist--item {
display: flex;
}
.checklist--item-text {
align-self: center;
}
</style>
</head>
<body>