Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
students
butter-studio
Commits
45555bd3
You need to sign in or sign up before continuing.
Commit
45555bd3
authored
Jul 28, 2021
by
Kim, Subin
Browse files
media 쿼리 사이즈 변경
parent
4e3faad3
Changes
3
Hide whitespace changes
Inline
Side-by-side
client/src/components/Admin/admin.module.scss
View file @
45555bd3
@media
screen
and
(
max-width
:
76
8
px
)
{
@media
screen
and
(
max-width
:
76
7
px
)
{
.box
{
.box
{
margin-bottom
:
100px
;
margin-bottom
:
100px
;
...
@@ -44,6 +44,10 @@
...
@@ -44,6 +44,10 @@
}
}
}
}
.word
{
word-break
:
keep-all
;
}
.shadowNone
{
.shadowNone
{
&
:focus
{
&
:focus
{
-webkit-box-shadow
:
none
;
-webkit-box-shadow
:
none
;
...
...
client/src/components/MovieTable/movie-table.module.scss
View file @
45555bd3
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
word-break
:
keep-all
;
word-break
:
keep-all
;
}
}
@media
screen
and
(
max-width
:
76
8
px
)
{
@media
screen
and
(
max-width
:
76
7
px
)
{
.tableForm
{
.tableForm
{
border-top
:
2px
solid
;
border-top
:
2px
solid
;
...
...
client/src/scss/custom.scss
View file @
45555bd3
...
@@ -41,7 +41,7 @@ $theme-colors: map-merge($theme-colors, $custom-colors);
...
@@ -41,7 +41,7 @@ $theme-colors: map-merge($theme-colors, $custom-colors);
font-style
:
normal
;
font-style
:
normal
;
}
}
@media
(
max-width
:
76
8
px
)
{
@media
(
max-width
:
76
7
px
)
{
// .carousel-inner .carousel-item > div {
// .carousel-inner .carousel-item > div {
// display: none;
// display: none;
// }
// }
...
...
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