Skip to content

Commit

Permalink
Use strong to separate site in source
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Feb 10, 2022
1 parent 71e3c22 commit 5b4c277
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/SearchBlock/less/answersbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
background-color: @sf-light-gray;
clear: both;
// margin-top: 3em;
.ui.label {
float: right;
}

.buttons {
.button {
Expand Down Expand Up @@ -71,6 +74,11 @@
.answer__primarylink {
margin: 1em 0;
font-size: 1em;
.result__source {
a {
font-weight: normal;
}
}

a {
i.icon {
Expand Down
4 changes: 4 additions & 0 deletions src/SearchBlock/less/searchresult.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
display: flex;
column-gap: 0.3em;
font-size: x-small;

a {
font-weight: normal;
}
}

div#page-document {
Expand Down

0 comments on commit 5b4c277

Please sign in to comment.