Commit 9c530b05 authored by minseok.park's avatar minseok.park

fix lint

parent 0376717e
Pipeline #21502 passed with stages
in 3 minutes and 56 seconds
......@@ -248,14 +248,14 @@ body {
position: fixed;
width: 100%;
top: 75px;
left: 0px;
right: 0px;
left: 0;
right: 0;
background-color: rgb(255, 255, 255);
z-index: 100;
flex-direction: column;
padding: 1rem 1.5rem;
color: rgb(0, 114, 206);
box-shadow: rgba(0, 0, 0, 0.16) 0px 6px 9px 0px;
box-shadow: rgba(0, 0, 0, 0.16) 0 6px 9px 0;
border-top: 1px solid rgb(0, 114, 206);
margin: 0;
}
......@@ -280,7 +280,7 @@ body {
}
.mobile-menu-item:active {
background-color: #F4F8FC;
background-color: var(--color-blue-50);
}
.mobile-menu-item svg {
......@@ -309,6 +309,7 @@ body {
padding-left: 0;
padding-right: 0;
}
.mobile-menu-item > a {
width: 100%;
justify-content: center;
......
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