Skip to content

Commit

Permalink
Merge pull request #214 from osamhack2021/feature/front-temp-design
Browse files Browse the repository at this point in the history
edit side nav
  • Loading branch information
wblee800 committed Oct 16, 2021
2 parents c89ce02 + e57e611 commit e25339e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WEB/frontend/src/css/SideNavigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ body::-webkit-scrollbar {
top: -2em;
left: 1.3em;
color: #fff;
transform: scale(0.4);
transform: scale(0.3);
/* width: 105px;
height: 22px; */
}
Expand Down
4 changes: 2 additions & 2 deletions WEB/frontend/src/pages/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function Dashboard() {

return (
<Grid container spacing={2}>
{/* <Grid item xs={12} sm={12} md={12} lg={12}>
<Grid item xs={12} sm={12} md={12} lg={12}>
<h2 style={{ fontFamily: 'Noto sans KR', fontSize: '2rem' }}>
대시보드
</h2>
Expand All @@ -41,7 +41,7 @@ export default function Dashboard() {
</Grid>
<Grid item xs={12} sm={12} md={12} lg={5}>
<GeoEventPlot theme={darkTheme} colors={palette} />
</Grid> */}
</Grid>
</Grid>
);
}
Expand Down

0 comments on commit e25339e

Please sign in to comment.