Skip to content

Commit

Permalink
Update rt-ai-html.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ledangtrung committed Dec 10, 2024
1 parent 2aa532f commit 06eaeb1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/rt-ai-html.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,18 @@
);
}

.btn svg {
width: 1.25em;
height: 1.25em;
flex-shrink: 0;
}

.btn span[aria-hidden="true"] {
font-size: 1.25em;
line-height: 1;
flex-shrink: 0;
}

@media screen and (max-width: 600px) {
.btn {
flex: 1 1 100%;
Expand Down

0 comments on commit 06eaeb1

Please sign in to comment.