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

Slight modifications to dataset-items, header and footer css to prevent...

parent ef6730aa
No related branches found
No related tags found
2 merge requests!17Stage System soll in Zukunft Master Branch erhalten,!5Slight modifications to dataset-items, header and footer css to prevent...
...@@ -824,6 +824,9 @@ a:hover.organization-item ,a:focus.organization-item ...@@ -824,6 +824,9 @@ a:hover.organization-item ,a:focus.organization-item
@media (max-width: 719px) @media (max-width: 719px)
{ {
.odsh-dataset-item {
flex-direction: column;
}
.dataset-content { .dataset-content {
width: 100%; width: 100%;
display: block; display: block;
...@@ -831,6 +834,7 @@ a:hover.organization-item ,a:focus.organization-item ...@@ -831,6 +834,7 @@ a:hover.organization-item ,a:focus.organization-item
.dataset-meta { .dataset-meta {
width: 100%; width: 100%;
display: block; display: block;
margin-top: 25px;
} }
.dataset-spacer{ .dataset-spacer{
display: none; display: none;
...@@ -1329,7 +1333,6 @@ body { ...@@ -1329,7 +1333,6 @@ body {
box-sizing: border-box; box-sizing: border-box;
padding-bottom: 15px; padding-bottom: 15px;
background-image: none; background-image: none;
height: 150px;
display: flex; display: flex;
flex-direction: column-reverse; flex-direction: column-reverse;
} }
...@@ -1340,6 +1343,7 @@ body { ...@@ -1340,6 +1343,7 @@ body {
.footer-right{ .footer-right{
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
flex-direction: column;
padding-bottom: 15px; padding-bottom: 15px;
} }
.footer-icon a{ .footer-icon a{
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
padding-right: 0; padding-right: 0;
position: relative; position: relative;
top: 0; top: 0;
left: 18px; margin-left: 18px;
padding: 1em 0; padding: 1em 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment