Improve styling
This commit is contained in:
parent
eb3a072bcf
commit
9c24be7479
|
@ -15,6 +15,7 @@
|
|||
padding: 3px;
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user