Skip to content

Commit

Permalink
Fix styling of buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Dec 2, 2021
1 parent cf6b5d2 commit c0f3c3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/SearchBlock/less/answersbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
clear: both;
// margin-top: 3em;

.buttons {
.button:first-child {
margin-left: 1em !important;
}
}

.answers-bullets {
display: flex;

Expand Down

0 comments on commit c0f3c3a

Please sign in to comment.