Skip to content
Snippets Groups Projects
Commit 8118d28c authored by Jay Alvarez's avatar Jay Alvarez
Browse files

reduced margin on source image

parent d7c9aadd
Branches
No related tags found
No related merge requests found
......@@ -7108,6 +7108,14 @@ th.delete > label {
.bootstrap3-multi-input {
display: none;
}
.item-source-info > h2 {
margin: 15px;
}
@media (max-width: 768px) {
.item-source-info > h2 > img {
max-width: 120px;
}
}
.spinner {
bottom: 0;
height: 25px;
......
......@@ -4,6 +4,10 @@
display:none;
}
.item-source-info > h2 {
margin:15px;
}
@media(max-width:768px){
.item-source-info > h2 > img {
max-width: 120px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment