Skip to content

Commit

Permalink
[STYLE] 모바일 화면에에서 검색 결과 문서 수 버튼이 깨짐KUBIC-HGU#92
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincenchoi committed May 28, 2022
1 parent 566874a commit c07ee12
Showing 1 changed file with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@

.inputs{
display: flex;
justify-content: center;
padding-left: 19.8%;
padding-bottom: 1%;
padding-top: 0.6%;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;

.input_month{
margin: 5px;
}
Expand Down Expand Up @@ -81,11 +87,9 @@
.message{
visibility: visible;
display: inline;
font-size: 15px;
font-size: 1.0rem;
color: black;
text-align: center;
border-radius: 18px;
padding: 10px 10px;
position: relative;
z-index: 1;
}
Expand All @@ -105,7 +109,6 @@
h1 {
font-size : 20px;
font-weight: 700;
margin : 20px 0;
color : #52b9ff;
}

Expand All @@ -127,10 +130,7 @@ h1 {
}

.header {
display : flex;
justify-content: space-between;
align-items : center;
margin : 0 15%;
margin : 0 20%;
}

@media all and (min-width: 426px) and (max-width: 768px){
Expand Down Expand Up @@ -168,6 +168,7 @@ h1 {
gap : 20px 20px;
grid-template-areas : " body body body body body body body body body body body body body ";
height : 100%;

}

.chart-wrapper {
Expand Down

0 comments on commit c07ee12

Please sign in to comment.