add with merge

This commit is contained in:
joseCorte-exe 2022-05-19 17:20:14 -03:00
parent c9157191d1
commit 1c1b820432
2 changed files with 9 additions and 1 deletions

View File

@ -52,6 +52,7 @@ export const SidebarView = styled.nav<SidebarViewInterface>`
justify-content: flex-start;
width: 100%;
min-height: 60px;
height: 60px;
gap: 15px;
@ -194,4 +195,12 @@ export const SidebarView = styled.nav<SidebarViewInterface>`
}
}
}
@media (max-width: 1008px) {
font-size: 14px;
ul {
li {
height: 6rem;
}
}
}
`

View File

@ -6,7 +6,6 @@ import MapCard from '../components/mapCard/MapCard'
import GraphCard from '../components/graph/graphCard/ChartCard'
import Header from '../components/header/Header'
import PageTitle from '../components/pageTitle/PageTitle'
import Footer from '../components/footer/footer';
import Link from 'next/link'
import LineChart from '../components/graph/LineChart'
import { SingleBar } from '../components/graph/SingleBar'