Skip to content
Snippets Groups Projects
Commit c733086c authored by Julian's avatar Julian
Browse files

Change position of the icon in weeks on mobile devices

parent 442d2ef1
No related branches found
No related tags found
1 merge request!88Resolve "Check (responsive) design"
Pipeline #3697 passed
...@@ -24,5 +24,14 @@ table a.tr-link { ...@@ -24,5 +24,14 @@ table a.tr-link {
.show-on-extra-large { .show-on-extra-large {
display: none; display: none;
} }
}
@media only screen and (max-width: 600px) {
.collection .collection-item.avatar {
padding-left: 20px;
}
.collection .collection-item.avatar:not(.circle-clipper) > .circle {
position: relative;
margin-bottom: 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