Skip to content

Commit

Permalink
Fix visual spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
madis committed Dec 9, 2024
1 parent cce7e03 commit 2cc876f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
10 changes: 8 additions & 2 deletions ui/resources/public/less/page/job-detail.less
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
}

> .ethlance-tag {
margin: 1em 0;
margin-right: 1em;
margin-right: 0.4rem;
margin-bottom: 0.4rem;
}
}

Expand Down Expand Up @@ -215,6 +215,12 @@
text-align: center;
margin: 0.5em 0;
}

.button {
margin: 1em 0;
align-self: flex-end;
}

}
}

Expand Down
9 changes: 6 additions & 3 deletions ui/resources/public/less/page/jobs.less
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
> .ethlance-chip-search-input {
margin: 2em;
max-width: 100vw;

@media #media[tablet-query] {
margin: 1.5em;
}
Expand Down Expand Up @@ -181,6 +181,7 @@
> .name {
grid-area: name;
display: flex;
margin: 1em 0;
align-items: center;
font-weight: 700;
}
Expand All @@ -205,11 +206,13 @@
}

> .location {
margin: 1em 0;
grid-area: location;
}

> .ethlance-inline-svg {
position: absolute;
margin: 1em 0;
top: 0em;
left: -1.5em;
width: 16px;
Expand All @@ -227,12 +230,12 @@
align-items: flex-start;
padding-top: 1em;
grid-area: details;

@media #media[mobile-query] {
align-items: center;
margin-bottom: 2em;
}

> .job-detail-table {
#mixin.detail-table();
width: 90%;
Expand Down

0 comments on commit 2cc876f

Please sign in to comment.