diff --git a/UI/app/page.js b/UI/app/page.js index f0dc368..a4797d1 100644 --- a/UI/app/page.js +++ b/UI/app/page.js @@ -10,6 +10,26 @@ export default function home() {

Develop · Deploy · Deliver


+ +

Build your first Magic: The Gathering - Commander deck

+

+ Building your first Commander deck can be both exciting and + overwhelming. With thousands of cards to choose from and countless + strategies to explore, it's easy to feel lost. This guide is + designed to help new players step into the world of Commander. We'll + start by commanders that are perfect for beginners. Then, we'll walk + you through a simple framework for building your first deck. + Finally, we'll give you a few extra tools to help you refine your + deck as you play and make it your own! +

+
+

Click to read more

+
+
+

Learning Rust

diff --git a/UI/app/styles.module.css b/UI/app/styles.module.css index 7b9833e..bbb25d8 100644 --- a/UI/app/styles.module.css +++ b/UI/app/styles.module.css @@ -52,6 +52,8 @@ .blogCardContainer { padding-top: 3rem;; display: flex; + flex-direction: column; + gap: 2rem; justify-content: center; }