Improve styling
This commit is contained in:
parent
eb3a072bcf
commit
9c24be7479
|
@ -15,6 +15,7 @@
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,6 +25,15 @@
|
||||||
display:block;
|
display:block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
.checklist {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
.checklist--item {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
.checklist--item-text {
|
||||||
|
align-self: center;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user