Set auto overflow for shrine info

This commit is contained in:
Helen Chong 2024-07-02 17:58:44 +08:00
parent d30dbff50d
commit 043a0d0d8d
1 changed files with 2 additions and 3 deletions

View File

@ -21,6 +21,7 @@
.shrine__info {
padding: 1rem;
overflow: auto;
}
.shrine__info h2 {
@ -33,7 +34,5 @@
margin-top: 1em;
}
.shrine__info ul {
margin-top: 0.5em;
}
.shrine__info ul { margin-top: 0.5em; }
</style>