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

fix list error

parent 57de568f
Pipeline #19224 passed with stages
in 3 minutes and 4 seconds
...@@ -221,14 +221,14 @@ body { ...@@ -221,14 +221,14 @@ body {
} }
.download_icon { .download_icon {
display: inline-block; display: inline-block;
width: 18px; width: 18px;
height: 18px; height: 18px;
background-image: url('../img/ico_download.svg'); background-image: url('../img/ico_download.svg');
background-size: contain; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
margin-right: 7px; margin-right: 7px;
} }
.navbar .button:hover { .navbar .button:hover {
...@@ -365,7 +365,7 @@ body { ...@@ -365,7 +365,7 @@ body {
.navbar-dropdown { .navbar-dropdown {
background: var(--navbar-menu-background); 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; border-radius: 0 0 0.25rem 0.25rem;
display: none; display: none;
top: 100%; 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