Commit 45555bd3 authored by Kim, Subin's avatar Kim, Subin
Browse files

media 쿼리 사이즈 변경

parent 4e3faad3
@media screen and (max-width: 768px) { @media screen and (max-width: 767px) {
.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;
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
word-break: keep-all; word-break: keep-all;
} }
@media screen and (max-width: 768px) { @media screen and (max-width: 767px) {
.tableForm { .tableForm {
border-top: 2px solid; border-top: 2px solid;
......
...@@ -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: 768px) { @media (max-width: 767px) {
// .carousel-inner .carousel-item > div { // .carousel-inner .carousel-item > div {
// display: none; // display: none;
// } // }
......
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