paragraph margins

This commit is contained in:
Nazar Kanaev 2023-08-06 12:40:54 +01:00
parent 81a77ce0a4
commit a96fc101f2

View File

@ -427,6 +427,11 @@ select.form-control:not([multiple]):not([size]) {
font-size: 1rem;
}
.content p {
margin-top: 1rem;
margin-bottom: 1rem;
}
/* theme: light */
button.theme-light {