Include blockquote styling

This commit is contained in:
Johannes Arnold
2022-02-11 10:05:50 -05:00
committed by Ben Harris
parent b094e93466
commit 2eda52d876
+5
View File
@@ -147,6 +147,11 @@ div.alert-success {
background-color: darkgreen; background-color: darkgreen;
} }
blockquote {
border-left: 2px solid #fb5;
padding: 0.5em;
}
/* Mobile */ /* Mobile */
@media (max-width: 768px) { @media (max-width: 768px) {
td { td {