Commit e111b072 authored by 박민석's avatar 박민석

fix list error

parent 57de568f
......@@ -221,14 +221,14 @@ body {
}
.download_icon {
display: inline-block;
width: 18px;
height: 18px;
background-image: url('../img/ico_download.svg');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
margin-right: 7px;
display: inline-block;
width: 18px;
height: 18px;
background-image: url('../img/ico_download.svg');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
margin-right: 7px;
}
.navbar .button:hover {
......@@ -365,7 +365,7 @@ body {
.navbar-dropdown {
background: var(--navbar-menu-background);
box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .16);
box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.16);
border-radius: 0 0 0.25rem 0.25rem;
display: none;
top: 100%;
......
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