1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-17 01:19:08 +00:00

Add blockquote

This commit is contained in:
Luke 2021-04-22 11:51:59 +02:00
parent c33aab4cc3
commit f8cf7f90c9

View file

@ -161,6 +161,14 @@
}
}
blockquote {
padding-left: 1rem;
margin-top : 1.55rem;
color : black;
opacity : 1;
border-left : 4px solid #ddd;
}
.content {
max-width : 750px;
margin : auto;