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