Skip to content

Commit

Permalink
Refs #141511 - Fix font size in card view.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Dec 2, 2021
1 parent b723d6c commit 4667e60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -808,11 +808,15 @@ div#page-document {
padding: 10px 0px 0px 0px;

a {
font-size: 0.9em;
font-size: 12px;
font-weight: 500;
}
}

div.description {
font-size: 12px;
}

div.controls {
div.meta {
display: flex;
Expand Down

0 comments on commit 4667e60

Please sign in to comment.