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 {
margin-bottom: 100px;
......@@ -44,6 +44,10 @@
}
}
.word {
word-break: keep-all;
}
.shadowNone {
&:focus {
-webkit-box-shadow: none;
......
......@@ -9,7 +9,7 @@
word-break: keep-all;
}
@media screen and (max-width: 768px) {
@media screen and (max-width: 767px) {
.tableForm {
border-top: 2px solid;
......
......@@ -41,7 +41,7 @@ $theme-colors: map-merge($theme-colors, $custom-colors);
font-style: normal;
}
@media (max-width: 768px) {
@media (max-width: 767px) {
// .carousel-inner .carousel-item > div {
// 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