@@ -39,6 +39,8 @@ export function Preview() {
<Skeleton height={big_as} animation="wave" />
+ <Skeleton height={big_as} animation="wave" />
</Box>
)
}
@@ -21,7 +21,8 @@ function NavItem (props) {
let { title, route, icon, open, AppBarVisible, setOpen } = props
- if(route.startsWith('prueba') && match && open && !AppBarVisible ){
+ // if(route.startsWith('prueba') && match && open && !AppBarVisible ){
+ if(open && !AppBarVisible ){
setOpen(false);
// setAppBarVisible(true)
@@ -216,6 +216,8 @@ a.article:hover {
.content-section {
background-color : #f1f1f1;
padding: 70px 50px;
+ /* padding: 70px 50px; */
+ padding: 40px 0px;
.nav-item a i{
color: #212529;