Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
Today KU
Commits
53797f92
Commit
53797f92
authored
Oct 07, 2021
by
Kim, Subin
Browse files
화면 mobile 버전으로 변경
parent
7c6ce59f
Changes
2
Hide whitespace changes
Inline
Side-by-side
client/src/App.js
View file @
53797f92
...
...
@@ -11,7 +11,7 @@ import Err from "./pages/ErrorPage";
function
App
()
{
return
(
<
Router
basename
=
{
process
.
env
.
PUBLIC_URL
}
>
<
div
className
=
"
mx-auto
"
style
=
{{
width
:
"
400px
"
}}
>
<
div
id
=
"
box
"
className
=
"
mx-
sm-
auto
"
>
<
Switch
>
<
Route
exact
path
=
"
/
"
component
=
{
Err
}
/
>
<
Route
path
=
"
/signup
"
component
=
{
SignupPage
}
/
>
...
...
client/src/scss/custom.scss
View file @
53797f92
@import
"../../node_modules/bootstrap/scss/functions"
;
@import
"~bootstrap/scss/variables"
;
@import
"~bootstrap/scss/mixins"
;
// @import '~bootstrap/scss/bootstrap.scss';
// @import '~bootstrap-icons/font/bootstrap-icons';
...
...
@@ -41,4 +42,10 @@
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-family
:
"Plex-Bold"
;
}
@include
media-breakpoint-up
(
sm
)
{
#box
{
width
:
400px
;
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment