Skip to content
Snippets Groups Projects
Unverified Commit 30b377cc authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix style of attachment list on /about (#7930)

parent da8fe807
No related branches found
No related tags found
No related merge requests found
......@@ -901,6 +901,27 @@ $small-breakpoint: 960px;
}
}
.attachment-list__list {
margin-left: 0;
list-style: none;
li {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
margin-bottom: 0;
a {
color: $dark-text-color;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}
}
@media screen and (max-width: $column-breakpoint) {
height: 90vh;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment