Skip to content
Snippets Groups Projects
Commit 90e70068 authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Workaround row margin

parent 6c328cbb
No related branches found
No related tags found
2 merge requests!41Version 2.0.0,!38Merge py3 into dev
...@@ -1545,6 +1545,7 @@ body { ...@@ -1545,6 +1545,7 @@ body {
.odsh-dataset-heading .dataset-stars { .odsh-dataset-heading .dataset-stars {
margin-bottom: 5px; margin-bottom: 5px;
margin-left: auto;
} }
.notes { .notes {
...@@ -2104,6 +2105,7 @@ body { ...@@ -2104,6 +2105,7 @@ body {
.topline { .topline {
margin-bottom: 25px; margin-bottom: 25px;
margin-right: 0;
} }
@media (max-width: 767px) { @media (max-width: 767px) {
......
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
} }
.row { .row {
margin-left: 0px; margin-left: 0;
margin-right: 0;
} }
.span3.span-navigation { .span3.span-navigation {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment