Commit 53797f92 authored by Kim, Subin's avatar Kim, Subin
Browse files

화면 mobile 버전으로 변경

parent 7c6ce59f
...@@ -11,7 +11,7 @@ import Err from "./pages/ErrorPage"; ...@@ -11,7 +11,7 @@ import Err from "./pages/ErrorPage";
function App() { function App() {
return ( return (
<Router basename={process.env.PUBLIC_URL}> <Router basename={process.env.PUBLIC_URL}>
<div className="mx-auto" style={{ width: "400px" }}> <div id="box" className="mx-sm-auto">
<Switch> <Switch>
<Route exact path="/" component={Err} /> <Route exact path="/" component={Err} />
<Route path="/signup" component={SignupPage} /> <Route path="/signup" component={SignupPage} />
......
@import "../../node_modules/bootstrap/scss/functions"; @import "../../node_modules/bootstrap/scss/functions";
@import "~bootstrap/scss/variables"; @import "~bootstrap/scss/variables";
@import "~bootstrap/scss/mixins";
// @import '~bootstrap/scss/bootstrap.scss'; // @import '~bootstrap/scss/bootstrap.scss';
// @import '~bootstrap-icons/font/bootstrap-icons'; // @import '~bootstrap-icons/font/bootstrap-icons';
...@@ -41,4 +42,10 @@ ...@@ -41,4 +42,10 @@
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-family: "Plex-Bold"; font-family: "Plex-Bold";
}
@include media-breakpoint-up(sm) {
#box {
width: 400px;
}
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment