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 13, 2024
1 parent 65a8a4b commit dc4e6c5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions css/rt-ai-html.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
padding: 0.75rem 1.25rem;

/* Typography */
font-size: 16px;
font-size: 15px;
font-weight: 500;
line-height: 1.4;
line-height: 1.3;
text-align: center;
color: white;

Expand Down Expand Up @@ -126,8 +126,8 @@

@media screen and (max-width: 600px) {
.btn {
width: 100%;
font-size: 17px;
flex: 0 1 calc(50% - 0.5rem);
font-size: 15px;
}
}

Expand Down Expand Up @@ -169,9 +169,9 @@
padding: 0.75rem 1.25rem;

/* Typography */
font-size: 16px;
font-size: 15px;
font-weight: 500;
line-height: 1.4;
line-height: 1.3;
text-align: center;
color: white;

Expand Down Expand Up @@ -211,8 +211,8 @@

@media screen and (max-width: 600px) {
.btn-shade {
width: 100%;
font-size: 17px;
flex: 0 1 calc(50% - 0.5rem);
font-size: 15px;
}
}

Expand Down

0 comments on commit dc4e6c5

Please sign in to comment.