Add class to set padding-top to any element

This commit is contained in:
Senén Rodero Rodríguez
2019-06-05 16:01:33 +02:00
parent a6e8fecc16
commit 3ef8ef8c9c

View File

@@ -197,6 +197,10 @@ a {
padding-top: $line-height;
}
.padding-top {
padding-top: $line-height;
}
.light {
background: $light;
}