Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
zarSou9 committed Jul 30, 2024
1 parent ef0b2f6 commit 7817d98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/components/Chatbot/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const WidgetStampy = ({className}: {className?: string}) => {
<div className={`centered col-9 padding-bottom-128 ${className || ''}`}>
<div className="col-6 padding-bottom-56">
<h2 className="teal-500">Questions?</h2>
<h2>Ask Stampy, our chatbot, any question about AI safety</h2>
<h2>Ask Stampy, our chatbot, any questions about AI safety</h2>
</div>

<div className="sample-messages-container padding-bottom-24">
Expand Down
4 changes: 2 additions & 2 deletions app/root.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ body {
/* typography tags */

h1 {
font-size: clamp(40px, 4vw, 50px);
font-size: clamp(40px, 4vw, 52px);
font-weight: 500;
line-height: 125%; /* 80px */
letter-spacing: -1.28px;
}

h2 {
font-size: clamp(24px, 2.6vw, 28px);
font-size: clamp(24px, 2.6vw, 32px);
font-weight: 500;
line-height: 130%; /* 49.4px */
letter-spacing: -0.57px;
Expand Down

0 comments on commit 7817d98

Please sign in to comment.