styles: change padding

This commit is contained in:
unknown
2021-09-10 10:00:03 +07:00
parent 2b7e4fe6cb
commit 0299c30829

View File

@@ -1,4 +1,8 @@
@import "../../../../styles/utilities";
.breadCrumb {
@apply absolute z-10 pt-12;
@apply absolute z-10 pt-12 spacing-horizontal;
@screen lg{
padding-left: 3.2rem;
}
}