Skip to content
Snippets Groups Projects
Commit 2eff6d3b authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Fixed padding of Foki-box

parent 72cb8dbe
No related branches found
No related tags found
No related merge requests found
......@@ -440,13 +440,13 @@ a {
max-width: @results-width-max;
background-color: white;
overflow-x: auto;
padding-right: 16px;
padding: 8px;
border-bottom: 1px solid #ccc;
@media (max-width: @screen-mobile) {
.card;
}
&>div {
padding: 0px 10px;
padding-right: 16px;
&>a {
color: black;
}
......@@ -567,7 +567,6 @@ footer.resultPageFooter {
}
/* Searchbar Opener */
#research-bar>.sidebar-opener {
display: none;
margin-right: 10px;
......
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