add with merge
This commit is contained in:
parent
c9157191d1
commit
1c1b820432
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
`
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user