Removed box shadow from page-link class (#3048)

Removed box shadow from page-link class
This commit is contained in:
Cleverson
2020-09-24 17:52:30 -03:00
committed by GitHub
parent 6e26bc3485
commit d01e1ac22f

View File

@@ -11,6 +11,7 @@
align-items: center;
justify-content: center;
flex-direction: column;
box-shadow: none;
}
&:first-child,
&:last-child {