update css to remove first-of-type unsafe warning

This commit is contained in:
Julián Herrera
2019-09-10 22:30:20 -05:00
committed by GitHub
parent 85857afd31
commit 39c4f37d12

View File

@@ -40,7 +40,7 @@ namespace S {
display: flex;
flex-direction: column;
&:first-child {
&:first-of-type {
margin-right: 10px;
}