Skip to content

Commit 5a9914c

Browse files
committed
Altered icon margin so no overlapping.
1 parent 0552e2b commit 5a9914c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ img.modal-tyto-logo {
161161
background-color: #ffffd5;
162162
}
163163
.tyto-item-header h6 {
164-
margin: 0 22% 0 0;
164+
margin: 0 50px 0 0;
165165
font-size: 1.25em;
166166
overflow: hidden;
167167
text-overflow: ellipsis;

less/item.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
background-color: #ffffd5;
2121
}
2222
.tyto-item-header h6 {
23-
margin: 0 22% 0 0;
23+
margin: 0 50px 0 0;
2424
font-size: 1.25em;
2525
overflow: hidden;
2626
text-overflow: ellipsis;

0 commit comments

Comments
 (0)