1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-12 16:14:34 +02:00

fix: space

Add missing space after selector
This commit is contained in:
Marco Biedermann
2019-10-03 23:32:25 +02:00
parent 92ae2e2517
commit 3ee2f57946

View File

@@ -42,7 +42,7 @@ q::after {
content: none;
}
blockquote, q{
blockquote, q {
border-left: 4px solid var(--focus);
margin: 1.5em 0em;
padding: 0.5em 1em;