Skip to content

Commit

Permalink
UI fix and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave-lab12 committed Oct 16, 2023
1 parent 2b7e343 commit e6e0296
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
<h1>Quick links</h1>
<div>
<ul>
<li>
<li class="leading-5">
<a href="https://magazine.mindplex.ai/terms/">Terms and Privacy</a
>
</li>
<li>
<li class="leading-5">
<a href="https://magazine.mindplex.ai/news/">News</a>
</li>
<li>
<li class="leading-5">
<a href="https://magazine.mindplex.ai/coming-soon/"
>Content Factory</a
>
Expand Down Expand Up @@ -193,7 +193,7 @@

.center-footer-content li,
.right-footer-content li {
margin: 0.3rem 0;
margin: 1rem 0;
}

.bottom-footer-content {
Expand Down Expand Up @@ -229,7 +229,7 @@
.footer-desc {
color: #a8a4a4;
font-family: Barlow;
font-size: 6px;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
Expand All @@ -251,7 +251,7 @@
.right-footer-content ul {
color: #a8a4a4;
font-family: Barlow;
font-size: 6px;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 12px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import GlowingBtn from "./GlowingBtn.astro";
<div class="hero__cta">
<GlowingBtn
href="https://magazine.mindplex.ai"
text="Go to website"
text="Go Mindplex Magazine"
fontSize="23px"
/>
<img src="/hero_arrow.svg" alt="Image description" class="hero_cta_img" />
Expand Down
1 change: 1 addition & 0 deletions src/components/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ import GlowingBtn from "./GlowingBtn.astro";
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
gap: 14px;
}
Expand Down

0 comments on commit e6e0296

Please sign in to comment.