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

Merge branch '24-mobile-darstellung-von-dataset-items' into 'v1.3'

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

See merge request !5
parents ef6730aa f4a1d38e
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
@media (max-width: 719px)
{
.odsh-dataset-item {
flex-direction: column;
}
.dataset-content {
width: 100%;
display: block;
......@@ -831,6 +834,7 @@ a:hover.organization-item ,a:focus.organization-item
.dataset-meta {
width: 100%;
display: block;
margin-top: 25px;
}
.dataset-spacer{
display: none;
......@@ -1329,7 +1333,6 @@ body {
box-sizing: border-box;
padding-bottom: 15px;
background-image: none;
height: 150px;
display: flex;
flex-direction: column-reverse;
}
......@@ -1340,6 +1343,7 @@ body {
.footer-right{
display: flex;
justify-content: space-between;
flex-direction: column;
padding-bottom: 15px;
}
.footer-icon a{
......
......@@ -38,7 +38,7 @@
padding-right: 0;
position: relative;
top: 0;
left: 18px;
margin-left: 18px;
padding: 1em 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment