Skip to content

Commit

Permalink
Merge pull request #174 from learntocloud/definitionofthedayui
Browse files Browse the repository at this point in the history
uiupdates
  • Loading branch information
madebygps authored Dec 19, 2023
2 parents 56851e3 + 17f531a commit 0c9b39a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions src/components/HomepageApi/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ padding-left: 2em;
line-height: 25px;
box-shadow: 5px 5px 10px #ccc;
float: left;
background: linear-gradient(150deg, #134D99, #75D2FE 100%);
background: linear-gradient(150deg, #124c99, #124c99 100%);
margin-left: auto;
margin-right: auto;
}
Expand All @@ -27,13 +27,14 @@ padding-left: 2em;
}

.word {
font-size: 30px;
font-size: 20px;
text-align: left;
font-weight: bold;
color:#fff;
}

.definition {
font-size: 15px;
font-size: 14px;
text-align: left;
}

Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Home(): JSX.Element {
<Layout
description="An open-source guide to the fundamentals of Cloud Computing">
<HomepageHeader />
<p className={styles.gradientText}>Definition of the day:</p>
<p className={styles.gradientText}>CLOUD DEFINITION OF THE DAY:</p>
<HomepageApi />
<div className={styles.buttons}>
<Link
Expand Down

0 comments on commit 0c9b39a

Please sign in to comment.